Class CanonicalVocabulary
java.lang.Object
org.odpi.openmetadata.accessservices.subjectarea.properties.classifications.Classification
org.odpi.openmetadata.accessservices.subjectarea.properties.classifications.CanonicalVocabulary
- All Implemented Interfaces:
Serializable
,OmasObject
Identifies a glossary that contains unique terms.
- See Also:
-
Field Summary
Fields inherited from class org.odpi.openmetadata.accessservices.subjectarea.properties.classifications.Classification
classificationName, serialVersionUID
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the extra attributes - ones that are in addition to the standard types.Canonical Vocabulary property namesgetScope()
Scope of influence for this canonical glossary.void
setAdditionalProperties
(Map<String, String> additionalProperties) void
Methods inherited from class org.odpi.openmetadata.accessservices.subjectarea.properties.classifications.Classification
getClassificationName, getEffectiveFromTime, getEffectiveToTime, getSystemAttributes, setEffectiveFromTime, setEffectiveToTime, setSystemAttributes
-
Constructor Details
-
CanonicalVocabulary
public CanonicalVocabulary()Default constructor
-
-
Method Details
-
getScope
Scope of influence for this canonical glossary.- Returns:
- Scope of influence for this canonical glossary
-
setScope
-
getPropertyNames
Canonical Vocabulary property names- Returns:
- Set of Strings of the Canonical Vocabulary property names
-
getAdditionalProperties
Get the extra attributes - ones that are in addition to the standard types.- Overrides:
getAdditionalProperties
in classClassification
- Returns:
- extra attributes
-
setAdditionalProperties
- Overrides:
setAdditionalProperties
in classClassification
-