Class TabularColumnProperties
java.lang.Object
org.odpi.openmetadata.accessservices.datamanager.properties.ReferenceableProperties
org.odpi.openmetadata.accessservices.datamanager.properties.SchemaElementProperties
org.odpi.openmetadata.accessservices.datamanager.properties.SchemaAttributeProperties
org.odpi.openmetadata.accessservices.datamanager.properties.TabularColumnProperties
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DatabaseColumnProperties
TabularColumnProperties is a class for representing a column within a table type structure.
Tabular columns are schema attributes with a simple type attached
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor used by subclassesCopy/clone Constructor. -
Method Summary
Methods inherited from class org.odpi.openmetadata.accessservices.datamanager.properties.SchemaAttributeProperties
equals, getAliases, getAllowsDuplicateValues, getDataType, getDefaultValue, getDefaultValueOverride, getElementPosition, getExternalTypeGUID, getFixedValue, getIsNullable, getLength, getMaxCardinality, getMinCardinality, getMinimumLength, getNativeJavaClass, getOrderedValues, getPrecision, getSortOrder, getValidValuesSetGUID, hashCode, setAliases, setAllowsDuplicateValues, setDataType, setDefaultValue, setDefaultValueOverride, setElementPosition, setExternalTypeGUID, setFixedValue, setIsNullable, setLength, setMaxCardinality, setMinCardinality, setMinimumLength, setNativeJavaClass, setOrderedValues, setPrecision, setSortOrder, setValidValuesSetGUID
Methods inherited from class org.odpi.openmetadata.accessservices.datamanager.properties.SchemaElementProperties
getDescription, getDisplayName, getIsDeprecated, setDescription, setDisplayName, setIsDeprecated
Methods inherited from class org.odpi.openmetadata.accessservices.datamanager.properties.ReferenceableProperties
getAdditionalProperties, getEffectiveFrom, getEffectiveTo, getExtendedProperties, getQualifiedName, getTypeName, getVendorProperties, setAdditionalProperties, setEffectiveFrom, setEffectiveTo, setExtendedProperties, setQualifiedName, setTypeName, setVendorProperties
-
Constructor Details
-
TabularColumnProperties
public TabularColumnProperties()Default constructor used by subclasses -
TabularColumnProperties
Copy/clone Constructor.- Parameters:
template
- template object to copy.
-
-
Method Details
-
toString
Standard toString method.- Overrides:
toString
in classSchemaAttributeProperties
- Returns:
- print out of variables in a JSON-style
-