public enum RelationType extends Enum<RelationType>
| Enum Constant and Description |
|---|
FEATURES
Link features with other features
|
MEDIA
Relate features or attributes to multimedia files such as pictures and
videos
|
SIMPLE_ATTRIBUTES
Relate sets of tabular text or numeric data
|
| Modifier and Type | Method and Description |
|---|---|
static RelationType |
fromName(String name)
Get the Relation Type from the name
|
String |
getDataType()
Get the contents data type
|
String |
getName()
Get the name
|
static RelationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RelationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RelationType FEATURES
public static final RelationType SIMPLE_ATTRIBUTES
public static final RelationType MEDIA
public static RelationType[] values()
for (RelationType c : RelationType.values()) System.out.println(c);
public static RelationType 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 getName()
public String getDataType()
public static RelationType fromName(String name)
name - nameCopyright © 2018 National Geospatial-Intelligence Agency. All rights reserved.