public static enum ChannelAddress.ChannelAddressType extends java.lang.Enum<ChannelAddress.ChannelAddressType> implements FormatUnmarshaller<ChannelAddress>
| Enum Constant and Description |
|---|
MEMORY_ADDRESS |
TCP_CHANNEL_ADDRESS |
UDP_CHANNEL_ADDRESS |
UNMARSHALL |
| Modifier and Type | Method and Description |
|---|---|
ChannelAddress |
unmarshall(FormatReader mFormat)
Unmarshall this type from a message input object.
|
static ChannelAddress.ChannelAddressType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ChannelAddress.ChannelAddressType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ChannelAddress.ChannelAddressType UNMARSHALL
public static final ChannelAddress.ChannelAddressType MEMORY_ADDRESS
public static final ChannelAddress.ChannelAddressType TCP_CHANNEL_ADDRESS
public static final ChannelAddress.ChannelAddressType UDP_CHANNEL_ADDRESS
public static ChannelAddress.ChannelAddressType[] values()
for (ChannelAddress.ChannelAddressType c : ChannelAddress.ChannelAddressType.values()) System.out.println(c);
public static ChannelAddress.ChannelAddressType 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 ChannelAddress unmarshall(FormatReader mFormat) throws FormatException
unmarshall in interface FormatUnmarshaller<ChannelAddress>mInput - - The input to read from.java.io.IOExceptionFormatException - If there was a problem while reading