public static enum ServWrap.Service.ServType extends java.lang.Enum<ServWrap.Service.ServType>
Modifier and Type | Method and Description |
---|---|
static ServWrap.Service.ServType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ServWrap.Service.ServType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServWrap.Service.ServType Std
public static final ServWrap.Service.ServType Cust
public static ServWrap.Service.ServType[] values()
for (ServWrap.Service.ServType c : ServWrap.Service.ServType.values()) System.out.println(c);
public static ServWrap.Service.ServType 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