Uses of Class
adalid.core.enums.PropertyType
-
Packages that use PropertyType Package Description adalid.core.enums -
-
Uses of PropertyType in adalid.core.enums
Methods in adalid.core.enums that return PropertyType Modifier and Type Method Description static PropertyTypePropertyType. valueOf(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.
-