org.apache.activemq.store.kahadb.data
Enum KahaDestination.DestinationType
java.lang.Object
java.lang.Enum<KahaDestination.DestinationType>
org.apache.activemq.store.kahadb.data.KahaDestination.DestinationType
- All Implemented Interfaces:
- Serializable, Comparable<KahaDestination.DestinationType>
- Enclosing class:
- KahaDestination
public static enum KahaDestination.DestinationType
- extends Enum<KahaDestination.DestinationType>
QUEUE
public static final KahaDestination.DestinationType QUEUE
TOPIC
public static final KahaDestination.DestinationType TOPIC
TEMP_QUEUE
public static final KahaDestination.DestinationType TEMP_QUEUE
TEMP_TOPIC
public static final KahaDestination.DestinationType TEMP_TOPIC
values
public static KahaDestination.DestinationType[] 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 (KahaDestination.DestinationType c : KahaDestination.DestinationType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static KahaDestination.DestinationType 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
getNumber
public final int getNumber()
toString
public final String toString()
- Overrides:
toString
in class Enum<KahaDestination.DestinationType>
valueOf
public static KahaDestination.DestinationType valueOf(int value)
Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.