Uses of Class
org.odpi.openmetadata.frameworks.connectors.properties.beans.ComplexSchemaType
-
Packages that use ComplexSchemaType Package Description org.odpi.openmetadata.frameworks.connectors.properties org.odpi.openmetadata.frameworks.connectors.properties.beans -
-
Uses of ComplexSchemaType in org.odpi.openmetadata.frameworks.connectors.properties
Fields in org.odpi.openmetadata.frameworks.connectors.properties declared as ComplexSchemaType Modifier and Type Field Description protected ComplexSchemaTypeAssetComplexSchemaType. complexSchemaTypeBeanMethods in org.odpi.openmetadata.frameworks.connectors.properties that return ComplexSchemaType Modifier and Type Method Description protected ComplexSchemaTypeAssetComplexSchemaType. getComplexSchemaTypeBean()Return the bean with all of the properties.Methods in org.odpi.openmetadata.frameworks.connectors.properties with parameters of type ComplexSchemaType Modifier and Type Method Description protected voidAssetComplexSchemaType. setBean(ComplexSchemaType bean)Set up the bean that contains the properties of the schema.Constructors in org.odpi.openmetadata.frameworks.connectors.properties with parameters of type ComplexSchemaType Constructor Description AssetComplexSchemaType(AssetDescriptor parentAsset, ComplexSchemaType schemaBean)Bean constructor with parent assetAssetComplexSchemaType(ComplexSchemaType schemaBean)Bean constructor -
Uses of ComplexSchemaType in org.odpi.openmetadata.frameworks.connectors.properties.beans
Subclasses of ComplexSchemaType in org.odpi.openmetadata.frameworks.connectors.properties.beans Modifier and Type Class Description classStructSchemaTypeStructSchemaType describes a schema element that has has a number of types fields.Constructors in org.odpi.openmetadata.frameworks.connectors.properties.beans with parameters of type ComplexSchemaType Constructor Description ComplexSchemaType(ComplexSchemaType template)Copy/clone Constructor.
-