| Package | Description |
|---|---|
| org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs |
| Modifier and Type | Field and Description |
|---|---|
protected List<ExternalStandardMapping> |
TypeDefAttribute.externalStandardMappings |
protected List<ExternalStandardMapping> |
TypeDef.externalStandardMappings |
| Modifier and Type | Method and Description |
|---|---|
List<ExternalStandardMapping> |
TypeDefAttribute.getExternalStandardMappings()
Return the list of mappings to external standards.
|
List<ExternalStandardMapping> |
TypeDefPatch.getExternalStandardMappings()
Return the list of External Standards Mappings that are either new or changing.
|
List<ExternalStandardMapping> |
TypeDef.getExternalStandardMappings()
Return the list of mappings to external standards.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TypeDefAttribute.setExternalStandardMappings(List<ExternalStandardMapping> externalStandardMappings)
Set up the list of mappings to external standards.
|
void |
TypeDefPatch.setExternalStandardMappings(List<ExternalStandardMapping> externalStandardMappings)
Set up the list of External Standards Mappings that are either new or changing.
|
void |
TypeDef.setExternalStandardMappings(List<ExternalStandardMapping> externalStandardMappings)
Set up the list of mappings to external standards.
|
| Constructor and Description |
|---|
ExternalStandardMapping(ExternalStandardMapping templateElement)
Copy/clone constructor copies values from supplied template.
|
Copyright © 2018–2020 ODPi. All rights reserved.