Uses of Class
org.apache.cxf.xkms.model.xkms.KeyBindingEnum
-
Packages that use KeyBindingEnum Package Description org.apache.cxf.xkms.model.xkms -
-
Uses of KeyBindingEnum in org.apache.cxf.xkms.model.xkms
Fields in org.apache.cxf.xkms.model.xkms declared as KeyBindingEnum Modifier and Type Field Description protected KeyBindingEnumStatusType. statusValueMethods in org.apache.cxf.xkms.model.xkms that return KeyBindingEnum Modifier and Type Method Description static KeyBindingEnumKeyBindingEnum. fromValue(String v)KeyBindingEnumStatusType. getStatusValue()Gets the value of the statusValue property.static KeyBindingEnumKeyBindingEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static KeyBindingEnum[]KeyBindingEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.cxf.xkms.model.xkms with parameters of type KeyBindingEnum Modifier and Type Method Description voidStatusType. setStatusValue(KeyBindingEnum value)Sets the value of the statusValue property.
-