| Package | Description |
|---|---|
| org.odpi.openmetadata.adapters.repositoryservices.igc.repositoryconnector.mapping.attributes |
| Modifier and Type | Method and Description |
|---|---|
AttributeMapping.IGCPropertyType |
AttributeMapping.getIgcPropertyType()
Retrieve the IGC property type for this attribute mapping.
|
static AttributeMapping.IGCPropertyType |
AttributeMapping.IGCPropertyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttributeMapping.IGCPropertyType[] |
AttributeMapping.IGCPropertyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
AttributeMapping(AttributeMapping.IGCPropertyType igcPropertyType,
String omrsAttributeTypeDefName) |
AttributeMapping(String igcAssetType,
String igcPropertyName,
AttributeMapping.IGCPropertyType igcPropertyType,
String omrsAttributeTypeDefName) |
Copyright © 2018–2019 ODPi. All rights reserved.