| Package | Description |
|---|---|
| org.odpi.openmetadata.frameworks.connectors.properties | |
| org.odpi.openmetadata.frameworks.connectors.properties.beans |
| Modifier and Type | Field and Description |
|---|---|
protected SchemaElement |
AssetSchemaElement.schemaElementBean |
| Modifier and Type | Method and Description |
|---|---|
protected SchemaElement |
AssetSchemaElement.getSchemaElementBean()
Return this schema type bean.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AssetSchemaElement.setBean(SchemaElement schemaElementBean)
Set up the bean that contains the properties of the schema element.
|
| Constructor and Description |
|---|
AssetSchemaElement(AssetDescriptor parentAsset,
SchemaElement schemaElementBean)
Bean constructor with parent.
|
AssetSchemaElement(SchemaElement schemaElementBean)
Bean constructor
|
| Modifier and Type | Class and Description |
|---|---|
class |
APIOperation
APIOperation describes an API command used as part of an API schema.
|
class |
APISchemaType
APISchemaType describes the header of an API Schema.
|
class |
BoundedSchemaType
Deprecated.
|
class |
ComplexSchemaType
ComplexSchemaType describes a schema with multiple attributes.
|
class |
DerivedSchemaAttribute
Derived schema elements are used in views to define elements that are calculated using data from other sources.
|
class |
EnumSchemaType
EnumSchemaType describes a schema element that has a a fixed set of values.
|
class |
LiteralSchemaType
LiteralSchemaType describes a schema element that has a fixed value type.
|
class |
MapSchemaType
MapSchemaType describes a schema element of type map.
|
class |
PrimitiveSchemaType
PrimitiveSchemaType describes a schema element that has a primitive type.
|
class |
SchemaAttribute
SchemaAttribute describes a single attribute within a schema.
|
class |
SchemaLink
SchemaLink defines a relationship between a SchemaAttribute and a SchemaType defined in an external schema.
|
class |
SchemaType
The SchemaType object provides a base class for the pieces that make up a schema for a data asset.
|
class |
SchemaTypeChoice
SchemaTypeChoice supports an element that has a selection of schema types that could be
used as the type of the attribute.
|
class |
SimpleSchemaType
SimpleSchemaType describes a schema element that has a primitive or enum type.
|
class |
StructSchemaType
StructSchemaType describes a schema element that has has a number of types fields.
|
| Modifier and Type | Method and Description |
|---|---|
SchemaElement |
StructSchemaType.cloneSchemaElement()
Returns a clone of this object as the abstract SchemaElement class.
|
SchemaElement |
EnumSchemaType.cloneSchemaElement()
Returns a clone of this object as the abstract SchemaElement class.
|
SchemaElement |
APISchemaType.cloneSchemaElement()
Returns a clone of this object as the abstract SchemaElement class.
|
SchemaElement |
BoundedSchemaType.cloneSchemaElement()
Deprecated.
|
SchemaElement |
SchemaLink.cloneSchemaElement()
Returns a clone of this object as the abstract SchemaElement class.
|
SchemaElement |
APIOperation.cloneSchemaElement()
Returns a clone of this object as the abstract SchemaElement class.
|
SchemaElement |
ComplexSchemaType.cloneSchemaElement()
Returns a clone of this object as the abstract SchemaElement class.
|
SchemaElement |
LiteralSchemaType.cloneSchemaElement()
Returns a clone of this object as the abstract SchemaElement class.
|
SchemaElement |
DerivedSchemaAttribute.cloneSchemaElement()
Returns a clone of this object as the abstract SchemaElement class.
|
SchemaElement |
SchemaType.cloneSchemaElement()
Returns a clone of this object as the abstract SchemaElement class.
|
SchemaElement |
MapSchemaType.cloneSchemaElement()
Returns a clone of this object as the abstract SchemaElement class.
|
SchemaElement |
SchemaTypeChoice.cloneSchemaElement()
Returns a clone of this object as the abstract SchemaElement class.
|
abstract SchemaElement |
SchemaElement.cloneSchemaElement()
Return a clone of this schema element.
|
SchemaElement |
SchemaAttribute.cloneSchemaElement()
Return a clone of this schema element.
|
SchemaElement |
PrimitiveSchemaType.cloneSchemaElement()
Returns a clone of this object as the abstract SchemaElement class.
|
| Constructor and Description |
|---|
SchemaElement(SchemaElement template)
Copy/clone Constructor.
|
Copyright © 2018–2020 ODPi. All rights reserved.