public static enum NetconfStreamThread.NetconfMessageState extends Enum<NetconfStreamThread.NetconfMessageState>
| Enum Constant and Description |
|---|
END_PATTERN |
ENDING_BIGGER |
FIRST_BIGGER |
FIRST_BRACKET |
NO_MATCHING_PATTERN |
SECOND_BRACKET |
THIRD_BRACKET |
| Modifier and Type | Method and Description |
|---|---|
static NetconfStreamThread.NetconfMessageState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NetconfStreamThread.NetconfMessageState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NetconfStreamThread.NetconfMessageState NO_MATCHING_PATTERN
public static final NetconfStreamThread.NetconfMessageState FIRST_BRACKET
public static final NetconfStreamThread.NetconfMessageState SECOND_BRACKET
public static final NetconfStreamThread.NetconfMessageState FIRST_BIGGER
public static final NetconfStreamThread.NetconfMessageState THIRD_BRACKET
public static final NetconfStreamThread.NetconfMessageState ENDING_BIGGER
public static final NetconfStreamThread.NetconfMessageState END_PATTERN
public static NetconfStreamThread.NetconfMessageState[] values()
for (NetconfStreamThread.NetconfMessageState c : NetconfStreamThread.NetconfMessageState.values()) System.out.println(c);
public static NetconfStreamThread.NetconfMessageState 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 null