Uses of Class
com.ca.commons.opbindings.xmlbind.LookUpLevel

Packages that use LookUpLevel
com.ca.commons.opbindings.xmlbind   
 

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

Fields in com.ca.commons.opbindings.xmlbind declared as LookUpLevel
protected  LookUpLevel OpBindingType.lookUpLevel
           
 

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

Methods in com.ca.commons.opbindings.xmlbind with parameters of type LookUpLevel
 void OpBindingType.setLookUpLevel(LookUpLevel value)
          Sets the value of the lookUpLevel property.
 



Created 2011-07-14 13:27 EST