public enum AssociationFilterKey extends Enum<AssociationFilterKey>
Enum Constant and Description |
---|
InstanceId |
Name |
Modifier and Type | Method and Description |
---|---|
static AssociationFilterKey |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static AssociationFilterKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AssociationFilterKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AssociationFilterKey InstanceId
public static final AssociationFilterKey Name
public static AssociationFilterKey[] values()
for (AssociationFilterKey c : AssociationFilterKey.values()) System.out.println(c);
public static AssociationFilterKey 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 toString()
toString
in class Enum<AssociationFilterKey>
public static AssociationFilterKey fromValue(String value)
value
- real valueCopyright © 2018. All rights reserved.