org.skyscreamer.nevado.jms.message
Enum NevadoProperty

java.lang.Object
  extended by java.lang.Enum<NevadoProperty>
      extended by 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


Enum Constant Summary
ConnectionID
           
DisableMessageID
           
SQSReceiptHandle
           
 
Field Summary
static String PROVIDER_PREFIX
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

SQSReceiptHandle

public static final NevadoProperty SQSReceiptHandle

DisableMessageID

public static final NevadoProperty DisableMessageID

ConnectionID

public static final NevadoProperty ConnectionID
Field Detail

PROVIDER_PREFIX

public static final String PROVIDER_PREFIX
See Also:
Constant Field Values
Method Detail

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.