Uses of Class
org.inferred.freebuilder.processor.Datatype_Builder.Property
-
Packages that use Datatype_Builder.Property Package Description org.inferred.freebuilder.processor -
-
Uses of Datatype_Builder.Property in org.inferred.freebuilder.processor
Fields in org.inferred.freebuilder.processor with type parameters of type Datatype_Builder.Property Modifier and Type Field Description private java.util.EnumSet<Datatype_Builder.Property>Datatype_Builder. _unsetPropertiesprivate java.util.EnumSet<Datatype_Builder.Property>Datatype_Builder.Partial. _unsetPropertiesMethods in org.inferred.freebuilder.processor that return Datatype_Builder.Property Modifier and Type Method Description static Datatype_Builder.PropertyDatatype_Builder.Property. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Datatype_Builder.Property[]Datatype_Builder.Property. values()Returns an array containing the constants of this enum type, in the order they are declared.
-