Uses of Class
org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaElement
-
Packages that use SchemaElement Package Description org.odpi.openmetadata.frameworks.connectors.properties org.odpi.openmetadata.frameworks.connectors.properties.beans -
-
Uses of SchemaElement in org.odpi.openmetadata.frameworks.connectors.properties
Fields in org.odpi.openmetadata.frameworks.connectors.properties declared as SchemaElement Modifier and Type Field Description protected SchemaElementAssetSchemaElement. schemaElementBeanMethods in org.odpi.openmetadata.frameworks.connectors.properties that return SchemaElement Modifier and Type Method Description protected SchemaElementAssetSchemaElement. getSchemaElementBean()Return this schema type bean.Methods in org.odpi.openmetadata.frameworks.connectors.properties with parameters of type SchemaElement Modifier and Type Method Description protected voidAssetSchemaElement. setBean(SchemaElement schemaElementBean)Set up the bean that contains the properties of the schema element.Constructors in org.odpi.openmetadata.frameworks.connectors.properties with parameters of type SchemaElement Constructor Description AssetSchemaElement(AssetDescriptor parentAsset, SchemaElement schemaElementBean)Bean constructor with parent.AssetSchemaElement(SchemaElement schemaElementBean)Bean constructor -
Uses of SchemaElement in org.odpi.openmetadata.frameworks.connectors.properties.beans
Subclasses of SchemaElement in org.odpi.openmetadata.frameworks.connectors.properties.beans Modifier and Type Class Description classAPIOperationAPIOperation describes an API command used as part of an API schema.classAPISchemaTypeAPISchemaType describes the header of an API Schema.classComplexSchemaTypeComplexSchemaType describes a schema with multiple attributes.classEnumSchemaTypeEnumSchemaType describes a schema element that has a a fixed set of values.classExternalSchemaTypeExternalSchemaType links to another schema defined to be reusable in many assets' schema.classLiteralSchemaTypeLiteralSchemaType describes a schema element that has a fixed value type.classMapSchemaTypeMapSchemaType describes a schema element of type map.classPrimitiveSchemaTypePrimitiveSchemaType describes a schema element that has a primitive type.classSchemaAttributeSchemaAttribute describes a single attribute within a schema.classSchemaTypeThe SchemaType object provides a base class for the pieces that make up a schema for a data asset.classSchemaTypeChoiceSchemaTypeChoice supports an element that has a selection of schema types that could be used as the type of the attribute.classSimpleSchemaTypeSimpleSchemaType describes a schema element that has a primitive or enum type.classStructSchemaTypeStructSchemaType describes a schema element that has has a number of types fields.Methods in org.odpi.openmetadata.frameworks.connectors.properties.beans that return SchemaElement Modifier and Type Method Description SchemaElementAPIOperation. cloneSchemaElement()Returns a clone of this object as the abstract SchemaElement class.SchemaElementAPISchemaType. cloneSchemaElement()Returns a clone of this object as the abstract SchemaElement class.SchemaElementComplexSchemaType. cloneSchemaElement()Returns a clone of this object as the abstract SchemaElement class.SchemaElementEnumSchemaType. cloneSchemaElement()Returns a clone of this object as the abstract SchemaElement class.SchemaElementExternalSchemaType. cloneSchemaElement()Returns a clone of this object as the abstract SchemaElement class.SchemaElementLiteralSchemaType. cloneSchemaElement()Returns a clone of this object as the abstract SchemaElement class.SchemaElementMapSchemaType. cloneSchemaElement()Returns a clone of this object as the abstract SchemaElement class.SchemaElementPrimitiveSchemaType. cloneSchemaElement()Returns a clone of this object as the abstract SchemaElement class.SchemaElementSchemaAttribute. cloneSchemaElement()Return a clone of this schema element.abstract SchemaElementSchemaElement. cloneSchemaElement()Return a clone of this schema element.SchemaElementSchemaType. cloneSchemaElement()Returns a clone of this object as the abstract SchemaElement class.SchemaElementSchemaTypeChoice. cloneSchemaElement()Returns a clone of this object as the abstract SchemaElement class.SchemaElementStructSchemaType. cloneSchemaElement()Returns a clone of this object as the abstract SchemaElement class.Constructors in org.odpi.openmetadata.frameworks.connectors.properties.beans with parameters of type SchemaElement Constructor Description SchemaElement(SchemaElement template)Copy/clone Constructor.
-