| Package | Description |
|---|---|
| org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs |
| Modifier and Type | Method and Description |
|---|---|
RelationshipEndDef |
RelationshipDef.getEndDef1()
Return the details associated with the first end of the relationship.
|
RelationshipEndDef |
TypeDefPatch.getEndDef1()
Return the details associated with the first end of the relationship.
|
RelationshipEndDef |
RelationshipDef.getEndDef2()
Return the details associated with the second end of the relationship.
|
RelationshipEndDef |
TypeDefPatch.getEndDef2()
Return the details associated with the second end of the relationship.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RelationshipDef.setEndDef1(RelationshipEndDef endDef1)
Set up the details associated with the first end of the relationship.
|
void |
TypeDefPatch.setEndDef1(RelationshipEndDef endDef1)
Set up the details associated with the first end of the relationship.
|
void |
RelationshipDef.setEndDef2(RelationshipEndDef endDef2)
Set up the details associated with the second end of the relationship.
|
void |
TypeDefPatch.setEndDef2(RelationshipEndDef endDef2)
Set up the details associated with the second end of the relationship.
|
| Constructor and Description |
|---|
RelationshipEndDef(RelationshipEndDef template)
Copy/clone constructor copies the supplied template into the new end.
|
Copyright © 2018–2020 ODPi. All rights reserved.