public enum IdentityLinkQueryParameter extends Enum<IdentityLinkQueryParameter> implements QueryParameter
Query parameters representing fields of an identity link.
Enum Constant and Description |
---|
ID |
LINK_TYPE |
LINK_VALUE |
OBJECT_ID |
OBJECT_ID_REF |
Modifier and Type | Method and Description |
---|---|
static IdentityLinkQueryParameter |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IdentityLinkQueryParameter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
name
public static final IdentityLinkQueryParameter ID
public static final IdentityLinkQueryParameter LINK_TYPE
public static final IdentityLinkQueryParameter LINK_VALUE
public static final IdentityLinkQueryParameter OBJECT_ID_REF
public static final IdentityLinkQueryParameter OBJECT_ID
public static IdentityLinkQueryParameter[] values()
for (IdentityLinkQueryParameter c : IdentityLinkQueryParameter.values()) System.out.println(c);
public static IdentityLinkQueryParameter 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 © 2010 - 2019 edorasware ag. All Rights Reserved.