Class Taxonomy
java.lang.Object
org.odpi.openmetadata.accessservices.subjectarea.properties.classifications.Classification
org.odpi.openmetadata.accessservices.subjectarea.properties.classifications.Taxonomy
- All Implemented Interfaces:
Serializable
,OmasObject
Identifies a glossary that includes a taxonomy.
- 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.Characteristics that influence the organization of the taxonomy.Taxonomy property namesvoid
setAdditionalProperties
(Map<String, String> additionalProperties) void
setOrganizingPrinciple
(String organizingPrinciple) Methods inherited from class org.odpi.openmetadata.accessservices.subjectarea.properties.classifications.Classification
getClassificationName, getEffectiveFromTime, getEffectiveToTime, getSystemAttributes, setEffectiveFromTime, setEffectiveToTime, setSystemAttributes
-
Constructor Details
-
Taxonomy
public Taxonomy()Default constructor
-
-
Method Details
-
getOrganizingPrinciple
Characteristics that influence the organization of the taxonomy.- Returns:
- Characteristics that influence the organization of the taxonomy.
-
setOrganizingPrinciple
-
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
-
getPropertyNames
Taxonomy property names- Returns:
- Set of Strings of the Taxonomy property names
-