Class TabularSchemaTypeProperties
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.securitymanager.properties.ReferenceableProperties
-
- org.odpi.openmetadata.accessservices.securitymanager.properties.SchemaElementProperties
-
- org.odpi.openmetadata.accessservices.securitymanager.properties.SchemaTypeProperties
-
- org.odpi.openmetadata.accessservices.securitymanager.properties.ComplexSchemaTypeProperties
-
- org.odpi.openmetadata.accessservices.securitymanager.properties.TabularSchemaTypeProperties
-
- All Implemented Interfaces:
Serializable
public class TabularSchemaTypeProperties extends ComplexSchemaTypeProperties
TabularSchemaTypeProperties is a class for representing a tabular schema such as the structure of a CSV file.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TabularSchemaTypeProperties()Default constructorTabularSchemaTypeProperties(TabularSchemaTypeProperties template)Copy/clone constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()Standard toString method.-
Methods inherited from class org.odpi.openmetadata.accessservices.securitymanager.properties.ComplexSchemaTypeProperties
equals, getAttributeCount, hashCode, setAttributeCount
-
Methods inherited from class org.odpi.openmetadata.accessservices.securitymanager.properties.SchemaTypeProperties
getAuthor, getEncodingStandard, getFormula, getNamespace, getQueries, getUsage, getVersionNumber, setAuthor, setEncodingStandard, setFormula, setNamespace, setQueries, setUsage, setVersionNumber
-
Methods inherited from class org.odpi.openmetadata.accessservices.securitymanager.properties.SchemaElementProperties
getDescription, getDisplayName, getIsDeprecated, setDescription, setDisplayName, setIsDeprecated
-
Methods inherited from class org.odpi.openmetadata.accessservices.securitymanager.properties.ReferenceableProperties
getAdditionalProperties, getExtendedProperties, getQualifiedName, getTypeName, getVendorProperties, setAdditionalProperties, setExtendedProperties, setQualifiedName, setTypeName, setVendorProperties
-
-
-
-
Constructor Detail
-
TabularSchemaTypeProperties
public TabularSchemaTypeProperties()
Default constructor
-
TabularSchemaTypeProperties
public TabularSchemaTypeProperties(TabularSchemaTypeProperties template)
Copy/clone constructor.- Parameters:
template- object to copy
-
-
Method Detail
-
toString
public String toString()
Standard toString method.- Overrides:
toStringin classComplexSchemaTypeProperties- Returns:
- print out of variables in a JSON-style
-
-