Enum Class NodeType
java.lang.Object
java.lang.Enum<NodeType>
org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph.NodeType
- All Implemented Interfaces:
Serializable
,Comparable<NodeType>
,Constable
Different types of nodes.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionActivityAssetThis Glossary is a canonical glossary - it has a Canonical Vocabulary providing the standard vocabulary definitions for an organization.CategoryA Glossary that is not acting as a taxonomy or a Canonical GlossaryGlossary ProjectProjectSubjectAreaDefinitionThis Glossary is a taxonomy./** This Glossary is a taxonomy.TermUnknown type of node. -
Method Summary
-
Enum Constant Details
-
Glossary
A Glossary that is not acting as a taxonomy or a Canonical Glossary -
Taxonomy
This Glossary is a taxonomy. A Taxonomy is a glossary that has a formal structure. Typically the terms have been organized into a category hierarchy that reflects their meaning or use. There may also be term relationships that also form part of the hierarchy. Taxonomies are often used to organize documents and other media in content repositories. -
TaxonomyAndCanonicalGlossary
/** This Glossary is a taxonomy. A Taxonomy is a glossary that has a formal structure. Typically the terms have been organized into a category hierarchy that reflects their meaning or use. There may also be term relationships that also form part of the hierarchy. Taxonomies are often used to organize documents and other media in content repositories. This Glossary is also acting as a canonical glossary - it has a Canonical Vocabulary providing the standard vocabulary definitions for an organization. Typically terms from other glossaries are linked to terms from the canonical glossary. -
CanonicalGlossary
This Glossary is a canonical glossary - it has a Canonical Vocabulary providing the standard vocabulary definitions for an organization. Typically terms from other glossaries are linked to terms from the canonical glossary. -
Term
Term -
Activity
Activity -
Category
Category -
Asset
Asset -
SubjectAreaDefinition
SubjectAreaDefinition -
Project
Project -
GlossaryProject
Glossary Project -
Unknown
Unknown type of node.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-