Uses of Class
org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaType
-
Packages that use SchemaType Package Description org.odpi.openmetadata.frameworks.connectors.properties org.odpi.openmetadata.frameworks.connectors.properties.beans -
-
Uses of SchemaType in org.odpi.openmetadata.frameworks.connectors.properties
Methods in org.odpi.openmetadata.frameworks.connectors.properties that return SchemaType Modifier and Type Method Description protected SchemaTypeAssetEnumSchemaType. getSchemaTypeBean()Return this schema element bean.protected SchemaTypeAssetExternalSchemaType. getSchemaTypeBean()Return this schema element bean.protected SchemaTypeAssetLiteralSchemaType. getSchemaTypeBean()Return this schema element bean.protected SchemaTypeAssetPrimitiveSchemaType. getSchemaTypeBean()Return this schema element bean.protected SchemaTypeAssetSchemaType. getSchemaTypeBean()Return this schema type bean.protected SchemaTypeAssetSchemaTypeChoice. getSchemaTypeBean()Return this schema element bean.protected SchemaTypeAssetSimpleSchemaType. getSchemaTypeBean()Return this schema element bean.Methods in org.odpi.openmetadata.frameworks.connectors.properties with parameters of type SchemaType Modifier and Type Method Description static AssetSchemaTypeAssetSchemaType. createAssetSchemaType(AssetDescriptor parentAsset, SchemaType bean)protected voidAssetSchemaType. setBean(SchemaType bean)Set up the bean that contains the properties of the schema.Constructors in org.odpi.openmetadata.frameworks.connectors.properties with parameters of type SchemaType Constructor Description AssetSchemaType(AssetDescriptor parentAsset, SchemaType schemaTypeBean)Bean constructor with parent assetAssetSchemaType(SchemaType schemaTypeBean)Bean constructor -
Uses of SchemaType in org.odpi.openmetadata.frameworks.connectors.properties.beans
Subclasses of SchemaType 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.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.Fields in org.odpi.openmetadata.frameworks.connectors.properties.beans declared as SchemaType Modifier and Type Field Description protected SchemaTypeSchemaAttribute. attributeTypeprotected SchemaTypeAPIOperation. headerSchemaTypeprotected SchemaTypeMapSchemaType. mapFromElementprotected SchemaTypeMapSchemaType. mapToElementprotected SchemaTypeAPIOperation. requestSchemaTypeprotected SchemaTypeAPIOperation. responseSchemaTypeMethods in org.odpi.openmetadata.frameworks.connectors.properties.beans that return SchemaType Modifier and Type Method Description SchemaTypeAPIOperation. cloneSchemaType()Returns a clone of this object as the abstract SchemaType class.SchemaTypeAPISchemaType. cloneSchemaType()Returns a clone of this object as the abstract SchemaType class.SchemaTypeComplexSchemaType. cloneSchemaType()Returns a clone of this object as the abstract SchemaType class.SchemaTypeEnumSchemaType. cloneSchemaType()Returns a clone of this object as the abstract SchemaType class.SchemaTypeExternalSchemaType. cloneSchemaType()Returns a clone of this object as the abstract SchemaType class.SchemaTypeLiteralSchemaType. cloneSchemaType()Returns a clone of this object as the abstract SchemaType class.SchemaTypeMapSchemaType. cloneSchemaType()Returns a clone of this object as the abstract SchemaType class.SchemaTypePrimitiveSchemaType. cloneSchemaType()Returns a clone of this object as the abstract SchemaType class.SchemaTypeSchemaType. cloneSchemaType()Return a clone of this schema type.SchemaTypeSchemaTypeChoice. cloneSchemaType()Returns a clone of this object as the abstract SchemaType class.SchemaTypeStructSchemaType. cloneSchemaType()Returns a clone of this object as the abstract SchemaType class.SchemaTypeSchemaAttribute. getAttributeType()Return the SchemaType that relates to the type of this attribute.SchemaTypeAPIOperation. getHeaderSchemaType()Return the structure of the API header (or null if no header).SchemaTypeExternalSchemaType. getLinkedSchemaType()Return the list of alternative schema types that this attribute or asset may use.SchemaTypeMapSchemaType. getMapFromElement()Return the type of schema element that represents the key or property name for the map.SchemaTypeMapSchemaType. getMapToElement()Return the type of schema element that represents the property value for the map.SchemaTypeAPIOperation. getRequestSchemaType()Return the structure of the request parameters (request body).SchemaTypeAPIOperation. getResponseSchemaType()Return the structure of the response.Methods in org.odpi.openmetadata.frameworks.connectors.properties.beans that return types with arguments of type SchemaType Modifier and Type Method Description List<SchemaType>SchemaTypeChoice. getSchemaOptions()Return the list of alternative schema types that this attribute or asset may use.Methods in org.odpi.openmetadata.frameworks.connectors.properties.beans with parameters of type SchemaType Modifier and Type Method Description voidSchemaAttribute. setAttributeType(SchemaType attributeType)Set up the SchemaType that relates to the type of this attribute.voidAPIOperation. setHeaderSchemaType(SchemaType headerSchemaType)Set up the structure of the API header (or null if no header).voidExternalSchemaType. setLinkedSchemaType(SchemaType linkedSchemaType)Set up the list of alternative schema types that this attribute or asset may use.voidMapSchemaType. setMapFromElement(SchemaType mapFromElement)Set up the type of schema element that represents the key or property name for the map.voidMapSchemaType. setMapToElement(SchemaType mapToElement)Set up the type of schema element that represents the property value for the map.voidAPIOperation. setRequestSchemaType(SchemaType requestSchemaType)Set up the structure of the request parameters (request body).voidAPIOperation. setResponseSchemaType(SchemaType responseSchemaType)Set up the structure of the response.Method parameters in org.odpi.openmetadata.frameworks.connectors.properties.beans with type arguments of type SchemaType Modifier and Type Method Description voidSchemaTypeChoice. setSchemaOptions(List<SchemaType> schemaOptions)Set up the list of alternative schema types that this attribute or asset may use.Constructors in org.odpi.openmetadata.frameworks.connectors.properties.beans with parameters of type SchemaType Constructor Description SchemaType(SchemaType template)Copy/clone Constructor.
-