Uses of Class
org.odpi.openmetadata.frameworks.connectors.properties.beans.SimpleSchemaType
-
Packages that use SimpleSchemaType Package Description org.odpi.openmetadata.frameworks.connectors.properties org.odpi.openmetadata.frameworks.connectors.properties.beans -
-
Uses of SimpleSchemaType in org.odpi.openmetadata.frameworks.connectors.properties
Fields in org.odpi.openmetadata.frameworks.connectors.properties declared as SimpleSchemaType Modifier and Type Field Description protected SimpleSchemaTypeAssetSimpleSchemaType. simpleSchemaTypeBeanMethods in org.odpi.openmetadata.frameworks.connectors.properties that return SimpleSchemaType Modifier and Type Method Description protected SimpleSchemaTypeAssetSimpleSchemaType. getSimpleSchemaTypeBean()Return the bean with all of the properties.Methods in org.odpi.openmetadata.frameworks.connectors.properties with parameters of type SimpleSchemaType Modifier and Type Method Description protected voidAssetSimpleSchemaType. setBean(SimpleSchemaType bean)Set up the bean that contains the properties of the schema.Constructors in org.odpi.openmetadata.frameworks.connectors.properties with parameters of type SimpleSchemaType Constructor Description AssetSimpleSchemaType(AssetDescriptor parentAsset, SimpleSchemaType simpleSchemaTypeBean)Bean constructor with parent assetAssetSimpleSchemaType(SimpleSchemaType simpleSchemaTypeBean)Bean constructor -
Uses of SimpleSchemaType in org.odpi.openmetadata.frameworks.connectors.properties.beans
Subclasses of SimpleSchemaType in org.odpi.openmetadata.frameworks.connectors.properties.beans Modifier and Type Class Description classEnumSchemaTypeEnumSchemaType describes a schema element that has a a fixed set of values.classPrimitiveSchemaTypePrimitiveSchemaType describes a schema element that has a primitive type.Constructors in org.odpi.openmetadata.frameworks.connectors.properties.beans with parameters of type SimpleSchemaType Constructor Description SimpleSchemaType(SimpleSchemaType template)Copy/clone Constructor.
-