| Package | Description |
|---|---|
| org.odpi.openmetadata.accessservices.securitymanager.metadataelements | |
| org.odpi.openmetadata.accessservices.securitymanager.properties |
| Modifier and Type | Method and Description |
|---|---|
SchemaTypeProperties |
DatabaseColumnTypeElement.getDatabaseColumnTypeProperties()
Return the properties for the database column type.
|
SchemaTypeProperties |
DatabaseTableTypeElement.getDatabaseTableTypeProperties()
Return the properties for the database table's type.
|
SchemaTypeProperties |
SchemaTypeElement.getSchemaTypeProperties()
Return the properties for the schema.
|
SchemaTypeProperties |
TabularColumnTypeElement.getTabularColumnTypeProperties()
Return the properties for the tabular column's type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DatabaseColumnTypeElement.setDatabaseColumnTypeProperties(SchemaTypeProperties databaseColumnTypeProperties)
Set up the properties for the database column type.
|
void |
DatabaseTableTypeElement.setDatabaseTableTypeProperties(SchemaTypeProperties databaseTableTypeProperties)
Set up the properties for the database table's type.
|
void |
SchemaTypeElement.setSchemaTypeProperties(SchemaTypeProperties schemaTypeProperties)
Set up the properties for the schema.
|
void |
TabularColumnTypeElement.setTabularColumnTypeProperties(SchemaTypeProperties tabularColumnTypeProperties)
Set up the properties for the tabular column's type.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ComplexSchemaTypeProperties
ComplexSchemaTypeProperties describes a schema with multiple attributes.
|
class |
EnumSchemaTypeProperties
EnumSchemaTypeProperties carries the specialized parameters for creating or updating enum schema types.
|
class |
ExternalSchemaTypeProperties
ExternalSchemaTypeProperties carries a reusable schema type.
|
class |
LiteralSchemaTypeProperties
LiteralSchemaTypeProperties carries the specialized parameters for creating or updating literal schema types.
|
class |
MapSchemaTypeProperties
MapSchemaType describes a schema element of type map.
|
class |
PrimitiveSchemaTypeProperties
PrimitiveSchemaTypeProperties is a class for representing a primitive value.
|
class |
SchemaTypeChoiceProperties
SchemaTypeChoiceProperties carries the specialized parameters for creating or updating a choice of schema types.
|
class |
SimpleSchemaTypeProperties
SimpleSchemaTypeProperties describes the properties of type that has a single value.
|
class |
TabularSchemaTypeProperties
TabularSchemaTypeProperties is a class for representing a tabular schema such as the
structure of a CSV file.
|
| Modifier and Type | Method and Description |
|---|---|
SchemaTypeProperties |
ExternalSchemaTypeProperties.getExternalSchemaType()
Return the schema type that is reusable amongst assets.
|
SchemaTypeProperties |
MapSchemaTypeProperties.getMapFromElement()
Return the type of schema element that represents the key or property name for the map.
|
SchemaTypeProperties |
MapSchemaTypeProperties.getMapToElement()
Return the type of schema element that represents the property value for the map.
|
SchemaTypeProperties |
SchemaAttributeProperties.getSchemaType()
Set up SchemaType for this schema attribute.
|
| Modifier and Type | Method and Description |
|---|---|
List<SchemaTypeProperties> |
SchemaTypeChoiceProperties.getSchemaOptions()
Return the list of alternative schema types that this attribute or asset may use.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExternalSchemaTypeProperties.setExternalSchemaType(SchemaTypeProperties externalSchemaType)
Set up the schema type that is reusable amongst assets.
|
void |
MapSchemaTypeProperties.setMapFromElement(SchemaTypeProperties mapFromElement)
Set up the type of schema element that represents the key or property name for the map.
|
void |
MapSchemaTypeProperties.setMapToElement(SchemaTypeProperties mapToElement)
Set up the type of schema element that represents the property value for the map.
|
void |
SchemaAttributeProperties.setSchemaType(SchemaTypeProperties schemaType)
Set up SchemaType for this schema attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SchemaTypeChoiceProperties.setSchemaOptions(List<SchemaTypeProperties> schemaOptions)
Set up the list of alternative schema types that this attribute or asset may use.
|
| Constructor and Description |
|---|
SchemaTypeProperties(SchemaTypeProperties template)
Copy/clone Constructor.
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.