Apache CXF API

Uses of Class
org.apache.cxf.xkms.model.xkms.KeyBindingEnum

Packages that use KeyBindingEnum
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
protected  KeyBindingEnum StatusType.statusValue
           
 

Methods in org.apache.cxf.xkms.model.xkms that return KeyBindingEnum
static KeyBindingEnum KeyBindingEnum.fromValue(String v)
           
 KeyBindingEnum StatusType.getStatusValue()
          Gets the value of the statusValue property.
static KeyBindingEnum KeyBindingEnum.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
 void StatusType.setStatusValue(KeyBindingEnum value)
          Sets the value of the statusValue property.
 


Apache CXF API

Apache CXF