public static enum LayerConstant.Layer extends java.lang.Enum<LayerConstant.Layer>
| Enum Constant and Description |
|---|
EthernetNetworkElement |
FiberNetworkElement |
IPNetworkElement |
LambdaNetworkElement |
OCGNetworkElement |
ODUNetworkElement |
| Modifier and Type | Method and Description |
|---|---|
LayerConstant.Action |
getAction() |
LayerConstant.AvailableLabelSet |
getASet() |
LayerConstant.LabelP |
getLabelP() |
LayerConstant.Prefix |
getPrefix() |
LayerConstant.UsedLabelSet |
getUSet() |
int |
rank() |
static LayerConstant.Layer |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LayerConstant.Layer[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LayerConstant.Layer IPNetworkElement
public static final LayerConstant.Layer EthernetNetworkElement
public static final LayerConstant.Layer ODUNetworkElement
public static final LayerConstant.Layer LambdaNetworkElement
public static final LayerConstant.Layer OCGNetworkElement
public static final LayerConstant.Layer FiberNetworkElement
public static LayerConstant.Layer[] values()
for (LayerConstant.Layer c : LayerConstant.Layer.values()) System.out.println(c);
public static LayerConstant.Layer 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 nullpublic int rank()
public LayerConstant.Prefix getPrefix()
public LayerConstant.Action getAction()
public LayerConstant.AvailableLabelSet getASet()
public LayerConstant.UsedLabelSet getUSet()
public LayerConstant.LabelP getLabelP()
Copyright © 2018 RENCI. All Rights Reserved.