Uses of Class
org.odpi.openmetadata.accessservices.securitymanager.properties.SchemaTypeProperties
-
Packages that use SchemaTypeProperties Package Description org.odpi.openmetadata.accessservices.securitymanager.metadataelements org.odpi.openmetadata.accessservices.securitymanager.properties -
-
Uses of SchemaTypeProperties in org.odpi.openmetadata.accessservices.securitymanager.metadataelements
Methods in org.odpi.openmetadata.accessservices.securitymanager.metadataelements that return SchemaTypeProperties Modifier and Type Method Description SchemaTypePropertiesDatabaseColumnTypeElement. getDatabaseColumnTypeProperties()Return the properties for the database column type.SchemaTypePropertiesDatabaseTableTypeElement. getDatabaseTableTypeProperties()Return the properties for the database table's type.SchemaTypePropertiesSchemaTypeElement. getSchemaTypeProperties()Return the properties for the schema.SchemaTypePropertiesTabularColumnTypeElement. getTabularColumnTypeProperties()Return the properties for the tabular column's type.Methods in org.odpi.openmetadata.accessservices.securitymanager.metadataelements with parameters of type SchemaTypeProperties Modifier and Type Method Description voidDatabaseColumnTypeElement. setDatabaseColumnTypeProperties(SchemaTypeProperties databaseColumnTypeProperties)Set up the properties for the database column type.voidDatabaseTableTypeElement. setDatabaseTableTypeProperties(SchemaTypeProperties databaseTableTypeProperties)Set up the properties for the database table's type.voidSchemaTypeElement. setSchemaTypeProperties(SchemaTypeProperties schemaTypeProperties)Set up the properties for the schema.voidTabularColumnTypeElement. setTabularColumnTypeProperties(SchemaTypeProperties tabularColumnTypeProperties)Set up the properties for the tabular column's type. -
Uses of SchemaTypeProperties in org.odpi.openmetadata.accessservices.securitymanager.properties
Subclasses of SchemaTypeProperties in org.odpi.openmetadata.accessservices.securitymanager.properties Modifier and Type Class Description classComplexSchemaTypePropertiesComplexSchemaTypeProperties describes a schema with multiple attributes.classEnumSchemaTypePropertiesEnumSchemaTypeProperties carries the specialized parameters for creating or updating enum schema types.classExternalSchemaTypePropertiesExternalSchemaTypeProperties carries a reusable schema type.classLiteralSchemaTypePropertiesLiteralSchemaTypeProperties carries the specialized parameters for creating or updating literal schema types.classMapSchemaTypePropertiesMapSchemaType describes a schema element of type map.classPrimitiveSchemaTypePropertiesPrimitiveSchemaTypeProperties is a class for representing a primitive value.classSchemaTypeChoicePropertiesSchemaTypeChoiceProperties carries the specialized parameters for creating or updating a choice of schema types.classSimpleSchemaTypePropertiesSimpleSchemaTypeProperties describes the properties of type that has a single value.classTabularSchemaTypePropertiesTabularSchemaTypeProperties is a class for representing a tabular schema such as the structure of a CSV file.Methods in org.odpi.openmetadata.accessservices.securitymanager.properties that return SchemaTypeProperties Modifier and Type Method Description 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.SchemaTypePropertiesSchemaAttributeProperties. getSchemaType()Set up SchemaType for this schema attribute.Methods in org.odpi.openmetadata.accessservices.securitymanager.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.securitymanager.properties with parameters of type SchemaTypeProperties Modifier and Type Method Description 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.voidSchemaAttributeProperties. setSchemaType(SchemaTypeProperties schemaType)Set up SchemaType for this schema attribute.Method parameters in org.odpi.openmetadata.accessservices.securitymanager.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.securitymanager.properties with parameters of type SchemaTypeProperties Constructor Description SchemaTypeProperties(SchemaTypeProperties template)Copy/clone Constructor.
-