Uses of Class
org.odpi.openmetadata.accessservices.stewardshipaction.properties.SchemaTypeProperties
-
Packages that use SchemaTypeProperties Package Description org.odpi.openmetadata.accessservices.stewardshipaction.metadataelements org.odpi.openmetadata.accessservices.stewardshipaction.properties This properties package provides the properties used to create different types of instances for an asset and its attachments. -
-
Uses of SchemaTypeProperties in org.odpi.openmetadata.accessservices.stewardshipaction.metadataelements
Methods in org.odpi.openmetadata.accessservices.stewardshipaction.metadataelements that return SchemaTypeProperties Modifier and Type Method Description SchemaTypePropertiesSchemaTypeElement. getSchemaTypeProperties()Return the properties for the schema.Methods in org.odpi.openmetadata.accessservices.stewardshipaction.metadataelements with parameters of type SchemaTypeProperties Modifier and Type Method Description voidSchemaTypeElement. setSchemaTypeProperties(SchemaTypeProperties schemaTypeProperties)Set up the properties for the schema. -
Uses of SchemaTypeProperties in org.odpi.openmetadata.accessservices.stewardshipaction.properties
Subclasses of SchemaTypeProperties in org.odpi.openmetadata.accessservices.stewardshipaction.properties Modifier and Type Class Description classComplexSchemaTypePropertiesComplexSchemaTypeProperties describes a schema with multiple attributes.classDocumentSchemaTypePropertiesDocumentSchemaTypeProperties is a specific type of bean for a do a top-level hierarchical document structure such as an XML document.classEnumSchemaTypePropertiesEnumSchemaTypeProperties carries the specialized parameters for creating or updating enum schema types.classExternalSchemaTypePropertiesExternalSchemaTypeProperties carries the unique identifier and properties of a reusable schema type.classLiteralSchemaTypePropertiesLiteralSchemaTypeProperties carries the specialized parameters for creating or updating literal schema types.classMapSchemaTypePropertiesMapSchemaTypeProperties describes a schema element of type map.classPrimitiveSchemaTypePropertiesPrimitiveSchemaTypeProperties carries the specialized parameters for creating or updating primitive schema types.classSchemaTypeChoicePropertiesSchemaTypeChoiceProperties carries the specialized parameters for creating or updating a choice of schema types.classSimpleSchemaTypePropertiesSimpleSchemaTypeProperties carries the common parameters for creating or updating primitive and enum schema types.classStructDocumentTypePropertiesStructDocumentTypeProperties is a specific type of bean for a do a nested structure in a hierarchical document structure such as an XML document.classStructSchemaTypePropertiesStructSchemaTypeProperties is a specific type of bean for a structure.classTabularSchemaTypePropertiesTabularSchemaTypeProperties is a specific type of bean for a simple table.Methods in org.odpi.openmetadata.accessservices.stewardshipaction.properties that return SchemaTypeProperties Modifier and Type Method Description SchemaTypePropertiesDocumentSchemaTypeProperties. cloneSchemaType()Returns a clone of this object as the abstract SchemaType class.SchemaTypePropertiesSchemaAttributeProperties. getAttributeType()Return the SchemaType that relates to the type of this attribute.SchemaTypePropertiesExternalSchemaTypeProperties. getExternalSchemaType()Return the schema type that is reusable amongst assets.SchemaTypePropertiesMapSchemaTypeProperties. getMapFromElement()Return the type of schema element that represents the key or property name for the map.SchemaTypePropertiesMapSchemaTypeProperties. getMapToElement()Return the type of schema element that represents the property value for the map.Methods in org.odpi.openmetadata.accessservices.stewardshipaction.properties that return types with arguments of type SchemaTypeProperties Modifier and Type Method Description List<SchemaTypeProperties>SchemaTypeChoiceProperties. getSchemaOptions()Return the list of alternative schema types that this attribute or asset may use.Methods in org.odpi.openmetadata.accessservices.stewardshipaction.properties with parameters of type SchemaTypeProperties Modifier and Type Method Description voidSchemaAttributeProperties. setAttributeType(SchemaTypeProperties attributeType)Set up the SchemaType that relates to the type of this attribute.voidExternalSchemaTypeProperties. setExternalSchemaType(SchemaTypeProperties externalSchemaType)Set up the schema type that is reusable amongst assets.voidMapSchemaTypeProperties. setMapFromElement(SchemaTypeProperties mapFromElement)Set up the type of schema element that represents the key or property name for the map.voidMapSchemaTypeProperties. setMapToElement(SchemaTypeProperties mapToElement)Set up the type of schema element that represents the property value for the map.Method parameters in org.odpi.openmetadata.accessservices.stewardshipaction.properties with type arguments of type SchemaTypeProperties Modifier and Type Method Description voidSchemaTypeChoiceProperties. setSchemaOptions(List<SchemaTypeProperties> schemaOptions)Set up the list of alternative schema types that this attribute or asset may use.Constructors in org.odpi.openmetadata.accessservices.stewardshipaction.properties with parameters of type SchemaTypeProperties Constructor Description SchemaTypeProperties(SchemaTypeProperties template)Copy/clone Constructor.
-