Uses of Class
org.mwolff.command.sax.GlobalCommandConstants
-
Packages that use GlobalCommandConstants Package Description org.mwolff.command.sax -
-
Uses of GlobalCommandConstants in org.mwolff.command.sax
Methods in org.mwolff.command.sax that return GlobalCommandConstants Modifier and Type Method Description static GlobalCommandConstants
GlobalCommandConstants. valueOf(String name)
Returns the enum constant of this type with the specified name.static GlobalCommandConstants[]
GlobalCommandConstants. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.mwolff.command.sax with parameters of type GlobalCommandConstants Modifier and Type Method Description Object
SaxParameterObject. get(GlobalCommandConstants key)
String
SaxParameterObject. getAsString(GlobalCommandConstants key)
void
SaxParameterObject. put(GlobalCommandConstants key, Object value)
-