Uses of Class
ucot.model.Updation.UpdationType

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

Uses of Updation.UpdationType in ucot.model
 

Fields in ucot.model declared as Updation.UpdationType
(package private)  Updation.UpdationType Updation.type
           
 

Methods in ucot.model that return Updation.UpdationType
 Updation.UpdationType Updation.getType()
           Returns the UpdationType of this instance of Updation.
static Updation.UpdationType Updation.UpdationType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Updation.UpdationType[] Updation.UpdationType.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.UpdationType
Updation(Updation.UpdationType type)
           Initializes new instance of Updation which has the given UpdationType as value.
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.