Uses of Class
org.odpi.openmetadata.accessservices.stewardshipaction.properties.SchemaAttributeProperties
-
Packages that use SchemaAttributeProperties 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 SchemaAttributeProperties in org.odpi.openmetadata.accessservices.stewardshipaction.metadataelements
Methods in org.odpi.openmetadata.accessservices.stewardshipaction.metadataelements that return SchemaAttributeProperties Modifier and Type Method Description SchemaAttributePropertiesSchemaAttributeElement. getSchemaAttributeProperties()Return the properties for a schema attribute.Methods in org.odpi.openmetadata.accessservices.stewardshipaction.metadataelements with parameters of type SchemaAttributeProperties Modifier and Type Method Description voidSchemaAttributeElement. setSchemaAttributeProperties(SchemaAttributeProperties schemaAttributeProperties)Set up the properties for a schema attribute. -
Uses of SchemaAttributeProperties in org.odpi.openmetadata.accessservices.stewardshipaction.properties
Subclasses of SchemaAttributeProperties in org.odpi.openmetadata.accessservices.stewardshipaction.properties Modifier and Type Class Description classDocumentSchemaAttributePropertiesA DocumentSchemaAttributeProperties defines an attribute in a hierarchical document structure such as an XML document.classTabularColumnPropertiesA TabularColumnProperties defines a column in a simple table.Constructors in org.odpi.openmetadata.accessservices.stewardshipaction.properties with parameters of type SchemaAttributeProperties Constructor Description SchemaAttributeProperties(SchemaAttributeProperties template)Copy/clone constructor.
-