public static enum Constants.ChannelProperties extends java.lang.Enum<Constants.ChannelProperties>
| Enum Constant and Description |
|---|
nativeElementCount |
nativeType |
nativeTypeCode |
remoteAddress |
| Modifier and Type | Method and Description |
|---|---|
static Constants.ChannelProperties |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Constants.ChannelProperties[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Constants.ChannelProperties nativeType
public static final Constants.ChannelProperties nativeTypeCode
public static final Constants.ChannelProperties remoteAddress
public static final Constants.ChannelProperties nativeElementCount
public static Constants.ChannelProperties[] values()
for (Constants.ChannelProperties c : Constants.ChannelProperties.values()) System.out.println(c);
public static Constants.ChannelProperties 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 null