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