public static enum FrameCodec.State extends Enum<FrameCodec.State>
Modifier and Type | Method and Description |
---|---|
static FrameCodec.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FrameCodec.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FrameCodec.State TXNR
public static final FrameCodec.State COMMAND
public static final FrameCodec.State LENGTH
public static final FrameCodec.State DATA
public static final FrameCodec.State TRAILER
public static FrameCodec.State[] values()
for (FrameCodec.State c : FrameCodec.State.values()) System.out.println(c);
public static FrameCodec.State 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 nullCopyright © 2016 Eclipse NeoSCADA Project. All rights reserved.