Uses of Class
com.ca.commons.datamodel.xmlbind.EnumValue

Packages that use EnumValue
com.ca.commons.datamodel.xmlbind   
 

Uses of EnumValue in com.ca.commons.datamodel.xmlbind
 

Fields in com.ca.commons.datamodel.xmlbind declared as EnumValue
protected  EnumValue SimpleValue.enumValue
           
 

Methods in com.ca.commons.datamodel.xmlbind that return EnumValue
 EnumValue ObjectFactory.createEnumValue()
          Create an instance of EnumValue
 EnumValue SimpleValue.getEnumValue()
          Gets the value of the enumValue property.
 

Methods in com.ca.commons.datamodel.xmlbind with parameters of type EnumValue
 void SimpleValue.setEnumValue(EnumValue value)
          Sets the value of the enumValue property.
 



Created 2011-07-14 13:27 EST