public static enum LayerConstant.UsedLabelSet extends java.lang.Enum<LayerConstant.UsedLabelSet>
| Enum Constant and Description |
|---|
used25GSet |
usedIPAddressSet |
usedLambdaSet |
usedOCGSet |
usedODUSet |
usedVLANSet |
| Modifier and Type | Method and Description |
|---|---|
static LayerConstant.UsedLabelSet |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LayerConstant.UsedLabelSet[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LayerConstant.UsedLabelSet usedOCGSet
public static final LayerConstant.UsedLabelSet usedLambdaSet
public static final LayerConstant.UsedLabelSet used25GSet
public static final LayerConstant.UsedLabelSet usedODUSet
public static final LayerConstant.UsedLabelSet usedVLANSet
public static final LayerConstant.UsedLabelSet usedIPAddressSet
public static LayerConstant.UsedLabelSet[] values()
for (LayerConstant.UsedLabelSet c : LayerConstant.UsedLabelSet.values()) System.out.println(c);
public static LayerConstant.UsedLabelSet 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.