public enum ProcessSubmitterType extends Enum<ProcessSubmitterType>
| Enum Constant and Description |
|---|
allInternalUsers
Enumeration : allInternalUsers
|
creator
Enumeration : creator
|
customerPortalUser
Enumeration : customerPortalUser
|
group
Enumeration : group
|
owner
Enumeration : owner
|
partnerUser
Enumeration : partnerUser
|
portalRole
Enumeration : portalRole
|
portalRoleSubordinates
Enumeration : portalRoleSubordinates
|
role
Enumeration : role
|
roleSubordinates
Enumeration : roleSubordinates
|
roleSubordinatesInternal
Enumeration : roleSubordinatesInternal
|
user
Enumeration : user
|
| Modifier and Type | Field and Description |
|---|---|
static Map<String,String> |
valuesToEnums |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static ProcessSubmitterType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProcessSubmitterType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProcessSubmitterType group
public static final ProcessSubmitterType role
public static final ProcessSubmitterType user
public static final ProcessSubmitterType roleSubordinates
public static final ProcessSubmitterType roleSubordinatesInternal
public static final ProcessSubmitterType owner
public static final ProcessSubmitterType creator
public static final ProcessSubmitterType partnerUser
public static final ProcessSubmitterType customerPortalUser
public static final ProcessSubmitterType portalRole
public static final ProcessSubmitterType portalRoleSubordinates
public static final ProcessSubmitterType allInternalUsers
public static ProcessSubmitterType[] values()
for (ProcessSubmitterType c : ProcessSubmitterType.values()) System.out.println(c);
public static ProcessSubmitterType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<ProcessSubmitterType>Copyright © 2015. All Rights Reserved.