Uses of Class
ucot.model.Updation.UpdationDataType

Packages that use Updation.UpdationDataType
ucot.model   
 

Uses of Updation.UpdationDataType in ucot.model
 

Fields in ucot.model declared as Updation.UpdationDataType
(package private)  Updation.UpdationDataType Updation.dataType
           
 

Methods in ucot.model that return Updation.UpdationDataType
 Updation.UpdationDataType Updation.getDataType()
           
static Updation.UpdationDataType Updation.UpdationDataType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Updation.UpdationDataType[] Updation.UpdationDataType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Constructors in ucot.model with parameters of type Updation.UpdationDataType
Updation(Updation.UpdationType type, Updation.UpdationDataType dataType)
           
Updation(Updation.UpdationType type, Updation.UpdationDataType dataType, java.lang.String... references)