Uses of Class
org.odpi.openmetadata.accessservices.securitymanager.properties.TabularColumnProperties
-
Packages that use TabularColumnProperties Package Description org.odpi.openmetadata.accessservices.securitymanager.metadataelements org.odpi.openmetadata.accessservices.securitymanager.properties -
-
Uses of TabularColumnProperties in org.odpi.openmetadata.accessservices.securitymanager.metadataelements
Methods in org.odpi.openmetadata.accessservices.securitymanager.metadataelements that return TabularColumnProperties Modifier and Type Method Description TabularColumnPropertiesTabularColumnElement. getTabularColumnProperties()Return the tabular column.Methods in org.odpi.openmetadata.accessservices.securitymanager.metadataelements with parameters of type TabularColumnProperties Modifier and Type Method Description voidTabularColumnElement. setTabularColumnProperties(TabularColumnProperties tabularColumnProperties)Set up the tabular column. -
Uses of TabularColumnProperties in org.odpi.openmetadata.accessservices.securitymanager.properties
Subclasses of TabularColumnProperties in org.odpi.openmetadata.accessservices.securitymanager.properties Modifier and Type Class Description classDatabaseColumnPropertiesDatabaseColumnProperties describes the properties of a database column.Constructors in org.odpi.openmetadata.accessservices.securitymanager.properties with parameters of type TabularColumnProperties Constructor Description TabularColumnProperties(TabularColumnProperties template)Copy/clone Constructor.
-