public static enum MepTsCreate.TestType extends java.lang.Enum<MepTsCreate.TestType>
Enum Constant and Description |
---|
INSERVICE
Indicates the ETH-Test is in-service and normal client service traffic is not interrupted.
|
OUTOFSERVICE
Indicates the ETH-Test is out-of-service and normal client service traffic is disrupted.
|
Modifier and Type | Method and Description |
---|---|
static MepTsCreate.TestType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MepTsCreate.TestType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MepTsCreate.TestType INSERVICE
public static final MepTsCreate.TestType OUTOFSERVICE
public static MepTsCreate.TestType[] values()
for (MepTsCreate.TestType c : MepTsCreate.TestType.values()) System.out.println(c);
public static MepTsCreate.TestType 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