Groovy Documentation

com.ace.mws.credentials
[Groovy] Enum CredentialType

java.lang.Object
  com.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

ACCOUNT

CredentialType ACCOUNT


CLASS

CredentialType CLASS


GROUP

CredentialType GROUP


NOT_SPECIFIED

CredentialType NOT_SPECIFIED


QOS

CredentialType QOS


USER

CredentialType USER


 
Property Detail

moabString

String moabString


pluralizedForm

String pluralizedForm


 
Constructor Detail

CredentialType

CredentialType(String moabString, String pluralizedForm)


 
Method Detail

parseFromPluralizedForm

static CredentialType parseFromPluralizedForm(String string)


parseString

static CredentialType parseString(String string)


toMoabString

String toMoabString()


valueOf

CredentialType valueOf(String name)
Returns the enum constant of this type with the specified name.


values

CredentialType[] values()
Returns an array containing the constants of this enum type, in the order they are declared.


 

Groovy Documentation