|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | PROPERTY | METHOD | DETAIL: ENUM CONSTANTS | FIELD | PROPERTY | METHOD | |||||||
java.lang.Objectcom.ace.mws.credentials.CredentialType
enum CredentialType
| Enum Constant Summary | |
|---|---|
ACCOUNT
|
|
CLASS
|
|
GROUP
|
|
NOT_SPECIFIED
|
|
QOS
|
|
USER
|
|
| Property Summary | |
|---|---|
String |
moabString
|
String |
pluralizedForm
|
| Constructor Summary | |
CredentialType(String moabString, String pluralizedForm)
|
|
| Method Summary | |
|---|---|
static CredentialType
|
parseFromPluralizedForm(String string)
|
static CredentialType
|
parseString(String string)
|
String
|
toMoabString()
|
CredentialType
|
valueOf(String name)
Returns the enum constant of this type with the specified name. |
CredentialType[]
|
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Enum Constant Detail |
|---|
CredentialType ACCOUNT
CredentialType CLASS
CredentialType GROUP
CredentialType NOT_SPECIFIED
CredentialType QOS
CredentialType USER
| Property Detail |
|---|
String moabString
String pluralizedForm
| Constructor Detail |
|---|
CredentialType(String moabString, String pluralizedForm)
| Method Detail |
|---|
static CredentialType parseFromPluralizedForm(String string)
static CredentialType parseString(String string)
String toMoabString()
CredentialType valueOf(String name)
CredentialType[] values()
Groovy Documentation