public enum RelationshipType extends Enum<RelationshipType>
| Enum Constant and Description |
|---|
Antonym |
CategoryAnchor |
CategoryHierarchyLink |
ExternallySourcedGlossary |
HasA |
IsA |
IsATypeOf |
LibraryCategoryReference |
PreferredTerm |
ProjectScope |
RelatedTerm |
ReplacementTerm |
SemanticAssignment |
Synonym |
TermAnchor |
TermCategorization |
Translation |
TypedBy |
Unknown |
UsedInContext |
ValidValue |
| Modifier and Type | Method and Description |
|---|---|
static RelationshipType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RelationshipType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RelationshipType ExternallySourcedGlossary
public static final RelationshipType UsedInContext
public static final RelationshipType Translation
public static final RelationshipType PreferredTerm
public static final RelationshipType ValidValue
public static final RelationshipType ReplacementTerm
public static final RelationshipType TypedBy
public static final RelationshipType Synonym
public static final RelationshipType Antonym
public static final RelationshipType IsA
public static final RelationshipType IsATypeOf
public static final RelationshipType RelatedTerm
public static final RelationshipType HasA
public static final RelationshipType LibraryCategoryReference
public static final RelationshipType CategoryHierarchyLink
public static final RelationshipType TermCategorization
public static final RelationshipType CategoryAnchor
public static final RelationshipType TermAnchor
public static final RelationshipType SemanticAssignment
public static final RelationshipType ProjectScope
public static final RelationshipType Unknown
public static RelationshipType[] values()
for (RelationshipType c : RelationshipType.values()) System.out.println(c);
public static RelationshipType 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 © 2018–2021 LF AI & Data Foundation. All rights reserved.