Class AtlasRelationshipAttributeDef
java.lang.Object
org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasAttributeDef
org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasRelationshipAttributeDef
AtlasRelationshipAttributeDef describes an attribute introduced to an entity via a relationshipDef
-
Field Summary
Fields inherited from class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasAttributeDef
ATTR_DEF_OPTION_APPEND_ON_PARTIAL_UPDATE, ATTR_DEF_OPTION_SOFT_REFERENCE, COUNT_NOT_SET, DEFAULT_SEARCH_WEIGHT, INDEX_TYPE_ATTR_NAME, SEARCH_WEIGHT_ATTR_NAME
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
void
setLegacyAttribute
(boolean legacyAttribute) void
setRelationshipTypeName
(String relationshipTypeName) toString()
Methods inherited from class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasAttributeDef
getCardinality, getConstraints, getDefaultValue, getDescription, getDisplayName, getIndexType, getName, getOptions, getSearchWeight, getTypeName, getValuesMaxCount, getValuesMinCount, isIncludeInNotification, isIndexable, isOptional, isUnique, setCardinality, setConstraints, setDefaultValue, setDescription, setDisplayName, setIncludeInNotification, setIndexable, setIndexType, setName, setOptional, setOptions, setSearchWeight, setTypeName, setUnique, setValuesMaxCount, setValuesMinCount
-
Constructor Details
-
AtlasRelationshipAttributeDef
public AtlasRelationshipAttributeDef()
-
-
Method Details
-
getRelationshipTypeName
-
setRelationshipTypeName
-
isLegacyAttribute
public boolean isLegacyAttribute() -
setLegacyAttribute
public void setLegacyAttribute(boolean legacyAttribute) -
toString
- Overrides:
toString
in classAtlasAttributeDef
-