Class PrimitiveSchemaTypeProperties
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.assetmanager.properties.ReferenceableProperties
-
- org.odpi.openmetadata.accessservices.assetmanager.properties.SupplementaryProperties
-
- org.odpi.openmetadata.accessservices.assetmanager.properties.SchemaProperties
-
- org.odpi.openmetadata.accessservices.assetmanager.properties.SchemaTypeProperties
-
- org.odpi.openmetadata.accessservices.assetmanager.properties.SimpleSchemaTypeProperties
-
- org.odpi.openmetadata.accessservices.assetmanager.properties.PrimitiveSchemaTypeProperties
-
- All Implemented Interfaces:
Serializable
public class PrimitiveSchemaTypeProperties extends SimpleSchemaTypeProperties
PrimitiveSchemaTypeProperties is a class for representing a primitive value.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PrimitiveSchemaTypeProperties()Default constructorPrimitiveSchemaTypeProperties(PrimitiveSchemaTypeProperties 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.assetmanager.properties.SimpleSchemaTypeProperties
equals, getDataType, getDefaultValue, hashCode, setDataType, setDefaultValue
-
Methods inherited from class org.odpi.openmetadata.accessservices.assetmanager.properties.SchemaTypeProperties
getAuthor, getEncodingStandard, getFormula, getNamespace, getQueries, getUsage, getVersionNumber, setAuthor, setEncodingStandard, setFormula, setNamespace, setQueries, setUsage, setVersionNumber
-
Methods inherited from class org.odpi.openmetadata.accessservices.assetmanager.properties.SchemaProperties
getIsDeprecated, getTechnicalDescription, getTechnicalName, setIsDeprecated, setTechnicalDescription, setTechnicalName
-
Methods inherited from class org.odpi.openmetadata.accessservices.assetmanager.properties.SupplementaryProperties
getAbbreviation, getDescription, getDisplayName, getSummary, setAbbreviation, setDescription, setDisplayName, setSummary
-
Methods inherited from class org.odpi.openmetadata.accessservices.assetmanager.properties.ReferenceableProperties
getAdditionalProperties, getEffectiveFrom, getEffectiveTo, getExtendedProperties, getQualifiedName, getTypeName, getVendorProperties, setAdditionalProperties, setEffectiveFrom, setEffectiveTo, setExtendedProperties, setQualifiedName, setTypeName, setVendorProperties
-
-
-
-
Constructor Detail
-
PrimitiveSchemaTypeProperties
public PrimitiveSchemaTypeProperties()
Default constructor
-
PrimitiveSchemaTypeProperties
public PrimitiveSchemaTypeProperties(PrimitiveSchemaTypeProperties template)
Copy/clone constructor.- Parameters:
template- object to copy
-
-
Method Detail
-
toString
public String toString()
Standard toString method.- Overrides:
toStringin classSimpleSchemaTypeProperties- Returns:
- print out of variables in a JSON-style
-
-