org.glassfish.openesb.pojose.api
Enum Consumer.MessageObjectType

java.lang.Object
  extended by java.lang.Enum<Consumer.MessageObjectType>
      extended by org.glassfish.openesb.pojose.api.Consumer.MessageObjectType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<Consumer.MessageObjectType>
Enclosing interface:
Consumer

public static enum Consumer.MessageObjectType
extends java.lang.Enum<Consumer.MessageObjectType>


Enum Constant Summary
Node
           
NormalizedMessage
           
Source
           
String
           
 
Method Summary
static Consumer.MessageObjectType valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Consumer.MessageObjectType[] 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, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

String

public static final Consumer.MessageObjectType String

Node

public static final Consumer.MessageObjectType Node

Source

public static final Consumer.MessageObjectType Source

NormalizedMessage

public static final Consumer.MessageObjectType NormalizedMessage
Method Detail

values

public static Consumer.MessageObjectType[] 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 (Consumer.MessageObjectType c : Consumer.MessageObjectType.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static Consumer.MessageObjectType valueOf(java.lang.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:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null


Copyright © 2006-2009. All Rights Reserved.