java.lang.Objectjava.lang.Enum<Updation.UpdationDataType>
ucot.model.Updation.UpdationDataType
public static enum Updation.UpdationDataType
Contains information about the type beign changed.
Enum Constant Summary | |
---|---|
ATTRIBUTE
Attribute is beign altered. |
|
ATTRIBUTE_FROM_CARDINALITY
Attribute to cardinality is beign altered. |
|
ATTRIBUTE_TO_CARDINALITY
Attribute to cardinality is beign altered. |
|
EMPTY
No data caried. |
|
ENTITY
Entity is beign altered. |
|
ENTITY_PARENT
Parent relation is beign altered. |
|
ENTITY_TYPE
The type is beign altered Reference contains the name of the entity which type is changed and the type. |
|
METHOD
Method is beign altered. |
|
METHOD_INFLUENCE
Method influence is beign altered. |
Method Summary | |
---|---|
static Updation.UpdationDataType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Updation.UpdationDataType[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final Updation.UpdationDataType ENTITY
public static final Updation.UpdationDataType METHOD
public static final Updation.UpdationDataType ATTRIBUTE
public static final Updation.UpdationDataType ATTRIBUTE_TO_CARDINALITY
public static final Updation.UpdationDataType ATTRIBUTE_FROM_CARDINALITY
public static final Updation.UpdationDataType METHOD_INFLUENCE
public static final Updation.UpdationDataType ENTITY_PARENT
public static final Updation.UpdationDataType ENTITY_TYPE
public static final Updation.UpdationDataType EMPTY
Method Detail |
---|
public static final Updation.UpdationDataType[] values()
for(Updation.UpdationDataType c : Updation.UpdationDataType.values()) System.out.println(c);
public static Updation.UpdationDataType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name