Uses of Class
org.odpi.openmetadata.accessservices.dataengine.model.SchemaType
-
-
Uses of SchemaType in org.odpi.openmetadata.accessservices.dataengine.event
Methods in org.odpi.openmetadata.accessservices.dataengine.event that return SchemaType Modifier and Type Method Description SchemaTypeSchemaTypeEvent. getSchemaType()Returns the schema typeMethods in org.odpi.openmetadata.accessservices.dataengine.event with parameters of type SchemaType Modifier and Type Method Description voidSchemaTypeEvent. setSchemaType(SchemaType schemaType)Sets up the schema type -
Uses of SchemaType in org.odpi.openmetadata.accessservices.dataengine.model
Subclasses of SchemaType in org.odpi.openmetadata.accessservices.dataengine.model Modifier and Type Class Description classEventTypeThe EventType typeMethods in org.odpi.openmetadata.accessservices.dataengine.model that return SchemaType Modifier and Type Method Description SchemaTypeDataFile. getSchema()Gets the file schemaSchemaTypePortImplementation. getSchemaType()Gets schema type.Methods in org.odpi.openmetadata.accessservices.dataengine.model with parameters of type SchemaType Modifier and Type Method Description voidDataFile. setSchema(SchemaType schema)Sets the file schemavoidPortImplementation. setSchemaType(SchemaType schemaType)Sets schema type. -
Uses of SchemaType in org.odpi.openmetadata.accessservices.dataengine.rest
Methods in org.odpi.openmetadata.accessservices.dataengine.rest that return SchemaType Modifier and Type Method Description SchemaTypeSchemaTypeRequestBody. getSchemaType()Returns the schema typeMethods in org.odpi.openmetadata.accessservices.dataengine.rest with parameters of type SchemaType Modifier and Type Method Description voidSchemaTypeRequestBody. setSchemaType(SchemaType schemaType)Sets up the schema type
-