public static enum LayerConstant.AvailableLabelSet extends java.lang.Enum<LayerConstant.AvailableLabelSet>
| Enum Constant and Description |
|---|
available25GSet |
availableIPAddressSet |
availableLambdaSet |
availableOCGSet |
availableODUSet |
availableVLANSet |
| Modifier and Type | Method and Description |
|---|---|
static LayerConstant.AvailableLabelSet |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LayerConstant.AvailableLabelSet[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LayerConstant.AvailableLabelSet availableOCGSet
public static final LayerConstant.AvailableLabelSet availableLambdaSet
public static final LayerConstant.AvailableLabelSet available25GSet
public static final LayerConstant.AvailableLabelSet availableODUSet
public static final LayerConstant.AvailableLabelSet availableVLANSet
public static final LayerConstant.AvailableLabelSet availableIPAddressSet
public static LayerConstant.AvailableLabelSet[] values()
for (LayerConstant.AvailableLabelSet c : LayerConstant.AvailableLabelSet.values()) System.out.println(c);
public static LayerConstant.AvailableLabelSet 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 nullCopyright © 2018 RENCI. All Rights Reserved.