public enum AssociationRegistryAttribute extends java.lang.Enum<AssociationRegistryAttribute>
Enum Constant and Description |
---|
ASSOCIATION_TYPE
Attribute for Logical Identifier.
|
SOURCE_OBJECT
Attribute for Product name.
|
TARGET_OBJECT |
Modifier and Type | Method and Description |
---|---|
abstract AssociationFilter.Builder |
appendToFilterBuilder(AssociationFilter.Builder builder,
java.lang.String value) |
static AssociationRegistryAttribute |
get(java.lang.String attributeName) |
java.lang.String |
getAttributeName() |
static AssociationRegistryAttribute |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AssociationRegistryAttribute[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AssociationRegistryAttribute ASSOCIATION_TYPE
public static final AssociationRegistryAttribute SOURCE_OBJECT
public static final AssociationRegistryAttribute TARGET_OBJECT
public static AssociationRegistryAttribute[] values()
for (AssociationRegistryAttribute c : AssociationRegistryAttribute.values()) System.out.println(c);
public static AssociationRegistryAttribute 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 getAttributeName()
public static AssociationRegistryAttribute get(java.lang.String attributeName)
public abstract AssociationFilter.Builder appendToFilterBuilder(AssociationFilter.Builder builder, java.lang.String value)
Copyright © 2010-2019 Planetary Data System. All Rights Reserved.