Uses of Class
com.ca.commons.opattributes.xmlbind.OpMultiValuedModifyMode

Packages that use OpMultiValuedModifyMode
com.ca.commons.opattributes.xmlbind   
com.ca.commons.opbindings.xmlbind   
 

Uses of OpMultiValuedModifyMode in com.ca.commons.opattributes.xmlbind
 

Fields in com.ca.commons.opattributes.xmlbind declared as OpMultiValuedModifyMode
protected  OpMultiValuedModifyMode OpMultiValuedListType.mode
           
 

Methods in com.ca.commons.opattributes.xmlbind that return OpMultiValuedModifyMode
static OpMultiValuedModifyMode OpMultiValuedModifyMode.fromValue(String v)
           
 OpMultiValuedModifyMode OpMultiValuedListType.getMode()
          Gets the value of the mode property.
static OpMultiValuedModifyMode OpMultiValuedModifyMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OpMultiValuedModifyMode[] OpMultiValuedModifyMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.ca.commons.opattributes.xmlbind with parameters of type OpMultiValuedModifyMode
 void OpMultiValuedListType.setMode(OpMultiValuedModifyMode value)
          Sets the value of the mode property.
 

Uses of OpMultiValuedModifyMode in com.ca.commons.opbindings.xmlbind
 

Fields in com.ca.commons.opbindings.xmlbind declared as OpMultiValuedModifyMode
protected  OpMultiValuedModifyMode ParameterBindingType.multiValuedModifyMode
           
 

Methods in com.ca.commons.opbindings.xmlbind that return OpMultiValuedModifyMode
 OpMultiValuedModifyMode ParameterBindingType.getMultiValuedModifyMode()
          Gets the value of the multiValuedModifyMode property.
 

Methods in com.ca.commons.opbindings.xmlbind with parameters of type OpMultiValuedModifyMode
 void ParameterBindingType.setMultiValuedModifyMode(OpMultiValuedModifyMode value)
          Sets the value of the multiValuedModifyMode property.
 



Created 2011-07-14 13:27 EST