public enum NetworkServiceParamType extends Enum<NetworkServiceParamType>
| Enum Constant and Description |
|---|
IP_POOL |
IP_SINGLE |
UNRECOGNIZED |
| Modifier and Type | Method and Description |
|---|---|
String |
value() |
static NetworkServiceParamType |
value(String paramType) |
static NetworkServiceParamType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NetworkServiceParamType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NetworkServiceParamType IP_SINGLE
public static final NetworkServiceParamType IP_POOL
public static final NetworkServiceParamType UNRECOGNIZED
public static NetworkServiceParamType[] values()
for (NetworkServiceParamType c : NetworkServiceParamType.values()) System.out.println(c);
public static NetworkServiceParamType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String value()
public static NetworkServiceParamType value(String paramType)
Copyright © 2017. All rights reserved.