Class RelationalColumn
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.dataengine.model.Referenceable
-
- org.odpi.openmetadata.accessservices.dataengine.model.Attribute
-
- org.odpi.openmetadata.accessservices.dataengine.model.RelationalColumn
-
- All Implemented Interfaces:
Serializable
public class RelationalColumn extends Attribute
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RelationalColumn()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetFormula()inthashCode()voidsetFormula(String formula)StringtoString()-
Methods inherited from class org.odpi.openmetadata.accessservices.dataengine.model.Attribute
getAliases, getAllowsDuplicateValues, getDataType, getDefaultValue, getDefaultValueOverride, getDescription, getDisplayName, getExternalTypeGUID, getFixedValue, getIsDeprecated, getIsNullable, getLength, getMaxCardinality, getMinCardinality, getMinimumLength, getNativeClass, getOrderedValues, getPosition, getPrecision, getSortOrder, getTypeGuid, getTypeName, getValidValuesSetGUID, setAliases, setAllowsDuplicateValues, setDataType, setDefaultValue, setDefaultValueOverride, setDescription, setDisplayName, setExternalTypeGUID, setFixedValue, setIsDeprecated, setIsNullable, setLength, setMaxCardinality, setMinCardinality, setMinimumLength, setNativeClass, setOrderedValues, setPosition, setPrecision, setSortOrder, setTypeGuid, setTypeName, setValidValuesSetGUID
-
Methods inherited from class org.odpi.openmetadata.accessservices.dataengine.model.Referenceable
getAdditionalProperties, getQualifiedName, setAdditionalProperties, setQualifiedName
-
-