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
Subclasses of SchemaElement in org.odpi.openmetadata.frameworks.connectors.properties Modifier and Type Class Description classDeployedAPIOperationAn asset that is a DeployedAPI has a schema made up of operations.classDeployedAPISchemaTypeAn asset's schema provides information about how the asset structures the data it supports.classNestedSchemaTypeAn asset's schema provides information about how the asset structures the data it supports. -
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 a number of nested data 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.
-