Uses of Class
org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.ExternalStandardMapping
-
Packages that use ExternalStandardMapping Package Description org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs -
-
Uses of ExternalStandardMapping in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs
Fields in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs with type parameters of type ExternalStandardMapping Modifier and Type Field Description protected List<ExternalStandardMapping>TypeDef. externalStandardMappingsprotected List<ExternalStandardMapping>TypeDefAttribute. externalStandardMappingsMethods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs that return types with arguments of type ExternalStandardMapping Modifier and Type Method Description List<ExternalStandardMapping>TypeDef. getExternalStandardMappings()Return the list of mappings to external standards.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.Method parameters in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs with type arguments of type ExternalStandardMapping Modifier and Type Method Description voidTypeDef. setExternalStandardMappings(List<ExternalStandardMapping> externalStandardMappings)Set up the list of mappings to external standards.voidTypeDefAttribute. setExternalStandardMappings(List<ExternalStandardMapping> externalStandardMappings)Set up the list of mappings to external standards.voidTypeDefPatch. setExternalStandardMappings(List<ExternalStandardMapping> externalStandardMappings)Set up the list of External Standards Mappings that are either new or changing.Constructors in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs with parameters of type ExternalStandardMapping Constructor Description ExternalStandardMapping(ExternalStandardMapping templateElement)Copy/clone constructor copies values from supplied template.
-