Uses of Enum
org.apache.cxf.xkms.model.xkms.KeyBindingEnum
Packages that use KeyBindingEnum
-
Uses of KeyBindingEnum in org.apache.cxf.xkms.model.xkms
Fields in org.apache.cxf.xkms.model.xkms declared as KeyBindingEnumMethods in org.apache.cxf.xkms.model.xkms that return KeyBindingEnumModifier and TypeMethodDescriptionstatic KeyBindingEnumStatusType.getStatusValue()Gets the value of the statusValue property.static KeyBindingEnumReturns 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 KeyBindingEnumModifier and TypeMethodDescriptionvoidStatusType.setStatusValue(KeyBindingEnum value) Sets the value of the statusValue property.