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

 
Constructor Summary
CredentialType(String moabString)

 
Method Summary
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


 
Constructor Detail

CredentialType

CredentialType(String moabString)


 
Method Detail

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