Uses of Class
org.odpi.openmetadata.accessservices.analyticsmodeling.synchronization.beans.SchemaElement
-
-
Uses of SchemaElement in org.odpi.openmetadata.accessservices.analyticsmodeling.synchronization.beans
Subclasses of SchemaElement in org.odpi.openmetadata.accessservices.analyticsmodeling.synchronization.beans Modifier and Type Class Description 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.Methods in org.odpi.openmetadata.accessservices.analyticsmodeling.synchronization.beans that return SchemaElement Modifier and Type Method Description 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.Constructors in org.odpi.openmetadata.accessservices.analyticsmodeling.synchronization.beans with parameters of type SchemaElement Constructor Description SchemaElement(SchemaElement template)Copy/clone Constructor. -
Uses of SchemaElement in org.odpi.openmetadata.accessservices.analyticsmodeling.synchronization.model
Subclasses of SchemaElement in org.odpi.openmetadata.accessservices.analyticsmodeling.synchronization.model Modifier and Type Class Description classAnalyticsMetadataBase class for analytics metadata provides common attributes.classMetadataContainerMetadataContainer is abstraction of grouping element forMetadataItemand nested containers.classMetadataItemMetadataItem is an abstraction of something that references source of simple data that have same type like integer, string, etc.
-