Uses of Class
ucot.model.Updation.UpdationDataType

Packages that use Updation.UpdationDataType
ucot.model Classes related to analyzemodel and its editing. 
 

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()
           Returns the UpdationDataType of this instance of updation.
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)
           Initializes new instance of Updation which has the given UpdationType and UpdationDataType as values.
Updation(Updation.UpdationType type, Updation.UpdationDataType dataType, java.lang.String... references)
           Initializes new instance of Updation which has the given UpdationType, UpdationDataType and references as values.