public enum DSParticipantRole extends java.lang.Enum<DSParticipantRole>
| Enum Constant and Description |
|---|
AGENT |
CARBON_COPY |
CERTIFIED_DELIVERY |
EDITOR |
IN_PERSON_SIGNER |
INTERMEDIARY |
SEAL |
SIGNER |
| Modifier and Type | Method and Description |
|---|---|
static DSParticipantRole |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DSParticipantRole[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DSParticipantRole AGENT
public static final DSParticipantRole CARBON_COPY
public static final DSParticipantRole CERTIFIED_DELIVERY
public static final DSParticipantRole EDITOR
public static final DSParticipantRole IN_PERSON_SIGNER
public static final DSParticipantRole INTERMEDIARY
public static final DSParticipantRole SEAL
public static final DSParticipantRole SIGNER
public static DSParticipantRole[] values()
for (DSParticipantRole c : DSParticipantRole.values()) System.out.println(c);
public static DSParticipantRole 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 null