public enum EnumCV_AuditActiveParticipantRoleIDCode extends java.lang.Enum<EnumCV_AuditActiveParticipantRoleIDCode>
| Enum Constant and Description |
|---|
APPLICATION_110150 |
APPLICATION_LAUNCHER_110151 |
DESTINATION_MEDIA_110154 |
DESTINATION_ROLE_ID_110152 |
SOURCE_MEDIA_110155 |
SOURCE_ROLE_ID_110153 |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_AuditActiveParticipantRoleIDCode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_AuditActiveParticipantRoleIDCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_AuditActiveParticipantRoleIDCode APPLICATION_110150
public static final EnumCV_AuditActiveParticipantRoleIDCode APPLICATION_LAUNCHER_110151
public static final EnumCV_AuditActiveParticipantRoleIDCode DESTINATION_ROLE_ID_110152
public static final EnumCV_AuditActiveParticipantRoleIDCode SOURCE_ROLE_ID_110153
public static final EnumCV_AuditActiveParticipantRoleIDCode DESTINATION_MEDIA_110154
public static final EnumCV_AuditActiveParticipantRoleIDCode SOURCE_MEDIA_110155
public static EnumCV_AuditActiveParticipantRoleIDCode[] values()
for (EnumCV_AuditActiveParticipantRoleIDCode c : EnumCV_AuditActiveParticipantRoleIDCode.values()) System.out.println(c);
public static EnumCV_AuditActiveParticipantRoleIDCode 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 java.lang.String getValue()