public enum NevadoProperty extends Enum<NevadoProperty>
Enum Constant and Description |
---|
ConnectionID |
DisableMessageID |
SQSReceiptHandle |
Modifier and Type | Field and Description |
---|---|
static String |
PROVIDER_PREFIX |
Modifier and Type | Method and Description |
---|---|
Class |
getPropertyType() |
String |
toString() |
static NevadoProperty |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NevadoProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NevadoProperty SQSReceiptHandle
public static final NevadoProperty DisableMessageID
public static final NevadoProperty ConnectionID
public static final String PROVIDER_PREFIX
public static NevadoProperty[] values()
for (NevadoProperty c : NevadoProperty.values()) System.out.println(c);
public static NevadoProperty 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 Class getPropertyType()
public String toString()
toString
in class Enum<NevadoProperty>
Copyright © 2014. All Rights Reserved.