Uses of Class
org.apache.locator.query.FieldEnumeratedType
-
Packages that use FieldEnumeratedType Package Description org.apache.locator.query -
-
Uses of FieldEnumeratedType in org.apache.locator.query
Methods in org.apache.locator.query that return FieldEnumeratedType Modifier and Type Method Description static FieldEnumeratedTypeFieldEnumeratedType. fromValue(String v)static FieldEnumeratedTypeFieldEnumeratedType. valueOf(String name)Returns the enum constant of this type with the specified name.static FieldEnumeratedType[]FieldEnumeratedType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-