public enum RelationType extends Enum<RelationType>
Enum Constant and Description |
---|
ENDORSES
An agent endorses another one, typically this will be a Participant Node endorsing an Institution or Organisation.
|
HAS_CONSTITUENT
An agent serves as part of a whole.
|
HAS_INSTALLATION
An agent has a technical installation deployed by its own.
|
OWNS
An agent owns another agent.
|
SERVES
An agent serves an entity (e.g.
|
Modifier and Type | Method and Description |
---|---|
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 ENDORSES
public static final RelationType OWNS
public static final RelationType SERVES
public static final RelationType HAS_INSTALLATION
public static final RelationType HAS_CONSTITUENT
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 nullCopyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.