public static enum MBMEdgeValue.State extends Enum<MBMEdgeValue.State>
Enum Constant and Description |
---|
DEFAULT |
INCLUDED |
PROPOSED |
REMOVED |
Modifier and Type | Method and Description |
---|---|
static MBMEdgeValue.State |
fromValue(byte value) |
byte |
value() |
static MBMEdgeValue.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MBMEdgeValue.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MBMEdgeValue.State DEFAULT
public static final MBMEdgeValue.State PROPOSED
public static final MBMEdgeValue.State REMOVED
public static final MBMEdgeValue.State INCLUDED
public static MBMEdgeValue.State[] values()
for (MBMEdgeValue.State c : MBMEdgeValue.State.values()) System.out.println(c);
public static MBMEdgeValue.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 nullpublic static MBMEdgeValue.State fromValue(byte value)
public byte value()
Copyright © 2020. All rights reserved.