org.skyscreamer.nevado.jms.message
Enum NevadoProperty
java.lang.Object
java.lang.Enum<NevadoProperty>
org.skyscreamer.nevado.jms.message.NevadoProperty
- All Implemented Interfaces:
- Serializable, Comparable<NevadoProperty>
public enum NevadoProperty
- extends Enum<NevadoProperty>
Created by IntelliJ IDEA.
User: Carter Page
Date: 3/24/12
Time: 2:42 PM
SQSReceiptHandle
public static final NevadoProperty SQSReceiptHandle
DisableMessageID
public static final NevadoProperty DisableMessageID
ConnectionID
public static final NevadoProperty ConnectionID
PROVIDER_PREFIX
public static final String PROVIDER_PREFIX
- See Also:
- Constant Field Values
values
public static NevadoProperty[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (NevadoProperty c : NevadoProperty.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static NevadoProperty valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
getPropertyType
public Class getPropertyType()
toString
public String toString()
- Overrides:
toString in class Enum<NevadoProperty>
Copyright © 2013. All Rights Reserved.