public static enum ActivityConstants.ActivityModelEntityType extends java.lang.Enum<ActivityConstants.ActivityModelEntityType>
Activity to specify of
which entity type a designated attribute stems from since the attributes
are overridden in the activity model.| Modifier and Type | Method and Description |
|---|---|
byte |
getCode()
Returns a byte code representing this activity model entity type.
|
static ActivityConstants.ActivityModelEntityType |
valueOf(byte code)
Returns the state for the given code or
null if the code is not
recognised. |
static ActivityConstants.ActivityModelEntityType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ActivityConstants.ActivityModelEntityType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ActivityConstants.ActivityModelEntityType ECD
public static final ActivityConstants.ActivityModelEntityType OPERATION
public static final ActivityConstants.ActivityModelEntityType ATD
public static ActivityConstants.ActivityModelEntityType[] values()
for (ActivityConstants.ActivityModelEntityType c : ActivityConstants.ActivityModelEntityType.values()) System.out.println(c);
public static ActivityConstants.ActivityModelEntityType 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 namejava.lang.NullPointerException - if the argument is nullpublic byte getCode()
public static ActivityConstants.ActivityModelEntityType valueOf(byte code)
null if the code is not
recognised.code - the code for which to find the activity model entity type