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 SummaryFields inherited from class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasAttributeDefATTR_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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanvoidsetLegacyAttribute(boolean legacyAttribute) voidsetRelationshipTypeName(String relationshipTypeName) toString()Methods inherited from class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasAttributeDefgetCardinality, 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- 
AtlasRelationshipAttributeDefpublic AtlasRelationshipAttributeDef()
 
- 
- 
Method Details- 
getRelationshipTypeName
- 
setRelationshipTypeName
- 
isLegacyAttributepublic boolean isLegacyAttribute()
- 
setLegacyAttributepublic void setLegacyAttribute(boolean legacyAttribute) 
- 
toString- Overrides:
- toStringin class- AtlasAttributeDef
 
 
-