public class Synonym extends Line
| Modifier and Type | Field and Description |
|---|---|
protected static String |
END_1_ATTRIBUTE_DESCRIPTION |
protected static String |
END_1_ATTRIBUTE_NAME |
protected static RelationshipEndCardinality |
END_1_CARDINALITY |
protected static String |
END_1_NODE_TYPE |
protected static String |
END_2_ATTRIBUTE_DESCRIPTION |
protected static String |
END_2_ATTRIBUTE_NAME |
protected static RelationshipEndCardinality |
END_2_CARDINALITY |
protected static String |
END_2_NODE_TYPE |
protected static LineEnd |
LINE_END_1 |
protected static LineEnd |
LINE_END_2 |
end1, end2, lineType, name, serialVersionUID, typeDefGuid| Constructor and Description |
|---|
Synonym() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
{@literal Description of the relationship.
|
String |
getExpression()
{@literal An expression that explains the relationship.
|
String |
getSource()
{@literal Person, organization or automated process that created the relationship.
|
TermRelationshipStatus |
getStatus()
{@literal The status of or confidence in the relationship.
|
String |
getSteward()
{@literal Person responsible for the relationship.
|
void |
setDescription(String description)
{@literal Set the description of the relationship.
|
void |
setExpression(String expression) |
void |
setSource(String source) |
void |
setStatus(TermRelationshipStatus status) |
void |
setSteward(String steward) |
String |
toString() |
StringBuilder |
toString(StringBuilder sb) |
getAdditionalProperties, getEffectiveFromTime, getEffectiveToTime, getEnd1, getEnd2, getGuid, getLineType, getName, getSystemAttributes, initialise, setAdditionalProperties, setEffectiveFromTime, setEffectiveToTime, setEnd1, setEnd2, setGuid, setLineType, setSystemAttributesprotected static final String END_1_NODE_TYPE
protected static final String END_1_ATTRIBUTE_NAME
protected static final String END_1_ATTRIBUTE_DESCRIPTION
protected static final RelationshipEndCardinality END_1_CARDINALITY
protected static final LineEnd LINE_END_1
protected static final String END_2_NODE_TYPE
protected static final String END_2_ATTRIBUTE_NAME
protected static final String END_2_ATTRIBUTE_DESCRIPTION
protected static final RelationshipEndCardinality END_2_CARDINALITY
protected static final LineEnd LINE_END_2
public String getDescription()
String public void setDescription(String description)
description - String public String getExpression()
String public void setExpression(String expression)
public TermRelationshipStatus getStatus()
TermRelationshipStatus public void setStatus(TermRelationshipStatus status)
public String getSteward()
String public void setSteward(String steward)
public String getSource()
String public void setSource(String source)
public StringBuilder toString(StringBuilder sb)
Copyright © 2018–2020 ODPi. All rights reserved.