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