public enum EnumInterpretationEventType extends java.lang.Enum<EnumInterpretationEventType> implements IEventTypeID
| Enum Constant and Description |
|---|
InterpretationApproved
int value representing Interpretation Approved
|
InterpretationCreated
int value representing Interpretation Created
|
InterpretationDeleted
int value representing Interpretation Deleted
|
InterpretationRecorded
int value representing Interpretation Recorded
|
InterpretationTranscribed
int value representing Interpretation Transcribed
|
InterpretationUpdated
int value representing Interpretation Updated
|
| Modifier and Type | Method and Description |
|---|---|
short |
getValue()
This function returns the String value of DataSink Type.
|
static EnumInterpretationEventType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumInterpretationEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumInterpretationEventType InterpretationCreated
public static final EnumInterpretationEventType InterpretationRecorded
public static final EnumInterpretationEventType InterpretationTranscribed
public static final EnumInterpretationEventType InterpretationApproved
public static final EnumInterpretationEventType InterpretationDeleted
public static final EnumInterpretationEventType InterpretationUpdated
public static EnumInterpretationEventType[] values()
for (EnumInterpretationEventType c : EnumInterpretationEventType.values()) System.out.println(c);
public static EnumInterpretationEventType 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 short getValue()
getValue in interface IEventTypeID