public enum NodeType extends Enum<NodeType> implements Serializable
| Enum Constant and Description |
|---|
Activity
Activity
|
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
|
SubjectArea
SubjectArea
|
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 SubjectArea
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 © 2017–2018 ODPi. All rights reserved.