Class AutoValue


  • public final class AutoValue
    extends BreadthValue
    Represents an auto template value.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static AutoValue VALUE
      auto value constant.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private AutoValue()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • VALUE

        public static final AutoValue VALUE
        auto value constant.
    • Constructor Detail

      • AutoValue

        private AutoValue()