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