public enum NodeType extends Enum<NodeType> implements Serializable
| Enum Constant and Description |
|---|
Activity
Activity
|
Asset
Asset
|
CanonicalGlossary
This Glossary is a canonical glossary - it has a Canonical Vocabulary providing the standard vocabulary definitions for an organization.
|
Category
Category
|
Glossary
A Glossary that is not acting as a taxonomy or a Canonical Glossary
|
GlossaryProject
Glossary Project
|
Project
Project
|
SubjectAreaDefinition
SubjectAreaDefinition
|
Taxonomy
This Glossary is a taxonomy.
|
TaxonomyAndCanonicalGlossary
/**
This Glossary is a taxonomy.
|
Term
Term
|
Unknown
Unknown type of node.
|
| Modifier and Type | Method and Description |
|---|---|
static NodeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NodeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NodeType Glossary
public static final NodeType Taxonomy
public static final NodeType TaxonomyAndCanonicalGlossary
public static final NodeType CanonicalGlossary
public static final NodeType Term
public static final NodeType Activity
public static final NodeType Category
public static final NodeType Asset
public static final NodeType SubjectAreaDefinition
public static final NodeType Project
public static final NodeType GlossaryProject
public static final NodeType Unknown
public static NodeType[] values()
for (NodeType c : NodeType.values()) System.out.println(c);
public static NodeType 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.