Class Glossary
java.lang.Object
org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph.Node
org.odpi.openmetadata.accessservices.subjectarea.properties.objects.glossary.Glossary
- All Implemented Interfaces:
Serializable
,OmasObject
- Direct Known Subclasses:
CanonicalGlossary
,Taxonomy
Glossary object
- See Also:
-
Field Summary
Fields inherited from class org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph.Node
classifications, nodeType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getIcons()
The Governance level associated with this glossaryThe Natural Language used in the glossary.getUsage()
Guidance on the usage of this glossary content.int
hashCode()
void
processClassification
(Classification classification) void
setLanguage
(String language) void
Methods inherited from class org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph.Node
getAdditionalProperties, getClassifications, getDescription, getEffectiveFromTime, getEffectiveToTime, getExtendedProperties, getName, getNodeType, getQualifiedName, getSystemAttributes, getTypeName, isReadOnly, setAdditionalProperties, setClassifications, setDescription, setEffectiveFromTime, setEffectiveToTime, setExtendedProperties, setIcons, setName, setNodeType, setQualifiedName, setReadOnly, setSystemAttributes, setTypeName, toString
-
Constructor Details
-
Glossary
public Glossary()
-
-
Method Details
-
getUsage
Guidance on the usage of this glossary content.- Returns:
- the usage.
-
setUsage
-
getLanguage
The Natural Language used in the glossary. This is a String - there is a Jira raised to enhance Egeria to standardise the language values. https://jira.odpi.org/browse/EGERIA-9- Returns:
- the natural language
-
setLanguage
-
getIcons
The Governance level associated with this glossary -
processClassification
- Overrides:
processClassification
in classNode
-
toString
-
equals
-
hashCode
public int hashCode()
-