public enum LineType extends Enum<LineType>
| 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 LineType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LineType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LineType ExternallySourcedGlossary
public static final LineType UsedInContext
public static final LineType Translation
public static final LineType PreferredTerm
public static final LineType ValidValue
public static final LineType ReplacementTerm
public static final LineType TypedBy
public static final LineType Synonym
public static final LineType Antonym
public static final LineType Isa
public static final LineType IsaTypeOf
public static final LineType RelatedTerm
public static final LineType Hasa
public static final LineType LibraryCategoryReference
public static final LineType CategoryHierarchyLink
public static final LineType TermCategorization
public static final LineType CategoryAnchor
public static final LineType TermAnchor
public static final LineType SemanticAssignment
public static final LineType ProjectScope
public static final LineType Unknown
public static LineType[] values()
for (LineType c : LineType.values()) System.out.println(c);
public static LineType 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–2020 ODPi. All rights reserved.