public enum InformationObjectAddressType extends Enum<InformationObjectAddressType>
Modifier and Type | Method and Description |
---|---|
abstract int |
read(io.netty.buffer.ByteBuf data) |
static InformationObjectAddressType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InformationObjectAddressType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
abstract void |
write(int address,
io.netty.buffer.ByteBuf out) |
public static final InformationObjectAddressType SIZE_1
public static final InformationObjectAddressType SIZE_2
public static final InformationObjectAddressType SIZE_3
public static InformationObjectAddressType[] values()
for (InformationObjectAddressType c : InformationObjectAddressType.values()) System.out.println(c);
public static InformationObjectAddressType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic abstract int read(io.netty.buffer.ByteBuf data)
public abstract void write(int address, io.netty.buffer.ByteBuf out)