public enum GroupCLIDPolicy extends Enum<GroupCLIDPolicy>
Enum Constant and Description |
---|
USECONFIGURABLECLID |
USEDN |
USEGROUPCLID |
Modifier and Type | Method and Description |
---|---|
static GroupCLIDPolicy |
get(String value) |
static GroupCLIDPolicy[] |
getArray(String[] values) |
String |
toString() |
String |
value() |
static GroupCLIDPolicy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GroupCLIDPolicy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GroupCLIDPolicy USEDN
public static final GroupCLIDPolicy USECONFIGURABLECLID
public static final GroupCLIDPolicy USEGROUPCLID
public static GroupCLIDPolicy[] values()
for (GroupCLIDPolicy c : GroupCLIDPolicy.values()) System.out.println(c);
public static GroupCLIDPolicy 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 String toString()
toString
in class Enum<GroupCLIDPolicy>
public static GroupCLIDPolicy get(String value)
public static GroupCLIDPolicy[] getArray(String[] values)
Copyright © 2016 ECG. All rights reserved.