public enum ApplyToNameOrID extends java.lang.Enum<ApplyToNameOrID>
NamingPattern
Enum Constant and Description |
---|
Identifier
The naming pattern is used to auto-name the identifiers for the containers.
|
Name
The naming pattern is used to auto-name the containers.
|
Modifier and Type | Method and Description |
---|---|
static ApplyToNameOrID |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ApplyToNameOrID[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ApplyToNameOrID Name
public static final ApplyToNameOrID Identifier
public static ApplyToNameOrID[] values()
for (ApplyToNameOrID c : ApplyToNameOrID.values()) System.out.println(c);
public static ApplyToNameOrID 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© Copyright IBM Corp. 2010, 2013. All Rights Reserved.