Uses of Class
net.anotheria.anodoc.data.PropertyType
-
Packages that use PropertyType Package Description net.anotheria.anodoc.data -
-
Uses of PropertyType in net.anotheria.anodoc.data
Methods in net.anotheria.anodoc.data that return PropertyType Modifier and Type Method Description static PropertyTypePropertyType. byName(java.lang.String name)PropertyTypeBooleanProperty. getPropertyType()getPropertyType.PropertyTypeDoubleProperty. getPropertyType()getPropertyType.PropertyTypeFloatProperty. getPropertyType()getPropertyType.PropertyTypeIntProperty. getPropertyType()getPropertyType.PropertyTypeListProperty. getPropertyType()getPropertyType.PropertyTypeLongProperty. getPropertyType()getPropertyType.abstract PropertyTypeProperty. getPropertyType()getPropertyType.PropertyTypeStringProperty. getPropertyType()getPropertyType.PropertyTypeTextProperty. getPropertyType()getPropertyType.static PropertyTypePropertyType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PropertyType[]PropertyType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-