public static enum MessageFormatMarshaller.MarshallerType extends java.lang.Enum<MessageFormatMarshaller.MarshallerType>
| Enum Constant and Description |
|---|
BIG_DECIMAL |
BIG_INTEGER |
BOOLEAN |
BYTE |
BYTES |
COMP_DESC |
COMP_USAGE |
DOUBLE |
FLOAT |
GICOMPUTATION |
INTEGER |
LINK_STATS |
LONG |
NODE_ADDRESS |
NODE_COMP_KEY |
NODE_DETAILS |
NULL |
OVERLAY_PATH |
PROPERTIES |
SERIALIZED |
SHORT |
STRING |
TOPIC |
UUID |
| Modifier and Type | Method and Description |
|---|---|
byte |
getCode() |
static MessageFormatMarshaller.MarshallerType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MessageFormatMarshaller.MarshallerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MessageFormatMarshaller.MarshallerType NULL
public static final MessageFormatMarshaller.MarshallerType BOOLEAN
public static final MessageFormatMarshaller.MarshallerType BYTE
public static final MessageFormatMarshaller.MarshallerType SHORT
public static final MessageFormatMarshaller.MarshallerType INTEGER
public static final MessageFormatMarshaller.MarshallerType LONG
public static final MessageFormatMarshaller.MarshallerType FLOAT
public static final MessageFormatMarshaller.MarshallerType DOUBLE
public static final MessageFormatMarshaller.MarshallerType STRING
public static final MessageFormatMarshaller.MarshallerType BYTES
public static final MessageFormatMarshaller.MarshallerType SERIALIZED
public static final MessageFormatMarshaller.MarshallerType NODE_ADDRESS
public static final MessageFormatMarshaller.MarshallerType NODE_DETAILS
public static final MessageFormatMarshaller.MarshallerType NODE_COMP_KEY
public static final MessageFormatMarshaller.MarshallerType TOPIC
public static final MessageFormatMarshaller.MarshallerType OVERLAY_PATH
public static final MessageFormatMarshaller.MarshallerType LINK_STATS
public static final MessageFormatMarshaller.MarshallerType COMP_USAGE
public static final MessageFormatMarshaller.MarshallerType COMP_DESC
public static final MessageFormatMarshaller.MarshallerType UUID
public static final MessageFormatMarshaller.MarshallerType BIG_INTEGER
public static final MessageFormatMarshaller.MarshallerType BIG_DECIMAL
public static final MessageFormatMarshaller.MarshallerType PROPERTIES
public static final MessageFormatMarshaller.MarshallerType GICOMPUTATION
public static MessageFormatMarshaller.MarshallerType[] values()
for (MessageFormatMarshaller.MarshallerType c : MessageFormatMarshaller.MarshallerType.values()) System.out.println(c);
public static MessageFormatMarshaller.MarshallerType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic byte getCode()