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