public static enum InternalConstants.SvcTypes extends Enum<InternalConstants.SvcTypes>
| Modifier and Type | Field and Description |
|---|---|
int |
code |
| Modifier and Type | Method and Description |
|---|---|
static InternalConstants.SvcTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InternalConstants.SvcTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InternalConstants.SvcTypes DS
public static final InternalConstants.SvcTypes CS
public static final InternalConstants.SvcTypes SB
public static final InternalConstants.SvcTypes SIG
public static final InternalConstants.SvcTypes HPS
public static InternalConstants.SvcTypes[] values()
for (InternalConstants.SvcTypes c : InternalConstants.SvcTypes.values()) System.out.println(c);
public static InternalConstants.SvcTypes 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 nullCopyright © 2024. All rights reserved.