Class PrimitiveSchemaTypeProperties
java.lang.Object
org.odpi.openmetadata.accessservices.assetowner.properties.ReferenceableProperties
org.odpi.openmetadata.accessservices.assetowner.properties.SchemaElementProperties
org.odpi.openmetadata.accessservices.assetowner.properties.SchemaTypeProperties
org.odpi.openmetadata.accessservices.assetowner.properties.SimpleSchemaTypeProperties
org.odpi.openmetadata.accessservices.assetowner.properties.PrimitiveSchemaTypeProperties
- All Implemented Interfaces:
Serializable
PrimitiveSchemaTypeProperties carries the specialized parameters for creating or updating primitive schema types.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCopy/clone Constructor -
Method Summary
Methods inherited from class org.odpi.openmetadata.accessservices.assetowner.properties.SimpleSchemaTypeProperties
equals, getDataType, getDefaultValue, hashCode, setDataType, setDefaultValueMethods inherited from class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaTypeProperties
getAuthor, getEncodingStandard, getFormula, getFormulaType, getNamespace, getQueries, getUsage, getVersionNumber, setAuthor, setEncodingStandard, setFormula, setFormulaType, setNamespace, setQueries, setUsage, setVersionNumberMethods inherited from class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaElementProperties
getDescription, getDisplayName, getIsDeprecated, setDescription, setDisplayName, setIsDeprecatedMethods inherited from class org.odpi.openmetadata.accessservices.assetowner.properties.ReferenceableProperties
getAdditionalProperties, getExtendedProperties, getQualifiedName, getTypeName, setAdditionalProperties, setExtendedProperties, setQualifiedName, setTypeName
-
Constructor Details
-
PrimitiveSchemaTypeProperties
public PrimitiveSchemaTypeProperties()Default constructor -
PrimitiveSchemaTypeProperties
Copy/clone Constructor- Parameters:
template- template object to copy.
-
-
Method Details
-
toString
Standard toString method.- Overrides:
toStringin classSimpleSchemaTypeProperties- Returns:
- print out of variables in a JSON-style
-