public static enum L0ModificationInstruction.L0SubType extends java.lang.Enum<L0ModificationInstruction.L0SubType>
| Enum Constant and Description |
|---|
OCH
OCh (Optical Channel) modification.
|
| Modifier and Type | Method and Description |
|---|---|
static L0ModificationInstruction.L0SubType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static L0ModificationInstruction.L0SubType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final L0ModificationInstruction.L0SubType OCH
public static L0ModificationInstruction.L0SubType[] values()
for (L0ModificationInstruction.L0SubType c : L0ModificationInstruction.L0SubType.values()) System.out.println(c);
public static L0ModificationInstruction.L0SubType 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 null