Class AtlasClassificationDef
java.lang.Object
org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasTypeDefBase
org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasStructDef
org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasClassificationDef
AtlasClassificationDef describes a type of tag.
-
Field Summary
Fields inherited from class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasTypeDefBase
ATLAS_BUILTIN_TYPES, ATLAS_PRIMITIVE_TYPES, ATLAS_RELATIONSHIP_ATTRIBUTE_TYPES, ATLAS_TYPE_ARRAY_PREFIX, ATLAS_TYPE_ARRAY_SUFFIX, ATLAS_TYPE_ASSET, ATLAS_TYPE_BIGDECIMAL, ATLAS_TYPE_BIGINTEGER, ATLAS_TYPE_BOOLEAN, ATLAS_TYPE_BYTE, ATLAS_TYPE_DATASET, ATLAS_TYPE_DATE, ATLAS_TYPE_DOUBLE, ATLAS_TYPE_FLOAT, ATLAS_TYPE_INFRASTRUCTURE, ATLAS_TYPE_INT, ATLAS_TYPE_LONG, ATLAS_TYPE_MAP_KEY_VAL_SEP, ATLAS_TYPE_MAP_PREFIX, ATLAS_TYPE_MAP_SUFFIX, ATLAS_TYPE_OBJECT_ID, ATLAS_TYPE_PROCESS, ATLAS_TYPE_SHORT, ATLAS_TYPE_STRING, TYPEDEF_OPTION_SUPPORTS_PROFILE, TYPEDEF_OPTION_SUPPORTS_SCHEMA
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setEntityTypes
(Set<String> entityTypes) void
setSubTypes
(Set<String> subTypes) void
setSuperTypes
(Set<String> superTypes) toString()
Methods inherited from class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasStructDef
getAttributeDefs, setAttributeDefs
Methods inherited from class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasTypeDefBase
getCategory, getCreatedBy, getCreateTime, getDescription, getGuid, getName, getServiceType, getTypeVersion, getUpdateBy, getUpdateTime, getVersion, setCategory, setCreatedBy, setCreateTime, setDescription, setGuid, setName, setServiceType, setTypeVersion, setUpdateBy, setUpdateTime, setVersion
-
Constructor Details
-
AtlasClassificationDef
public AtlasClassificationDef()
-
-
Method Details
-
getSuperTypes
-
setSuperTypes
-
getSubTypes
-
setSubTypes
-
getEntityTypes
-
setEntityTypes
-
toString
- Overrides:
toString
in classAtlasStructDef
-