public class TaggedElementReference extends Reference implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected Referenceable |
referenceable |
protected String |
relationship_Type |
KEY_RELATED_END_GUID, KEY_RELATIONSHIP_GUID, KEY_TYPENAME, KEY_UNIQUE_ATTRIBUTES, referenceName, relatedEndGuid, relatedEndType, relationshipGuid, uniqueAttributes| Constructor and Description |
|---|
TaggedElementReference() |
TaggedElementReference(Map objIdMap) |
TaggedElementReference(Reference other) |
TaggedElementReference(String guid) |
TaggedElementReference(String entityGuid,
Line line)
Populate the reference from a relationship
|
TaggedElementReference(String relatedEndType,
Map<String,Object> uniqueAttributes) |
TaggedElementReference(String guid,
String relatedEndType) |
TaggedElementReference(String guid,
String relatedEndType,
Map<String,Object> uniqueAttributes) |
TaggedElementReference(String relatedEndType,
String attrName,
Object attrValue) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Referenceable |
getReferenceable() |
int |
hashCode() |
void |
setReferenceable(Referenceable referenceable) |
StringBuilder |
toString(StringBuilder sb) |
getReferenceName, getRelatedEndGuid, getRelatedEndType, getRelationship_Type, getRelationshipAttributes, getRelationshipGuid, getUniqueAttributes, setReferenceName, setRelatedEndGuid, setRelatedEndType, setRelationship_Type, setRelationshipAttributes, setRelationshipGuid, setUniqueAttributes, toStringprotected String relationship_Type
protected String name
protected Referenceable referenceable
public TaggedElementReference()
public TaggedElementReference(String guid)
public TaggedElementReference(String relatedEndType, Map<String,Object> uniqueAttributes)
public TaggedElementReference(String relatedEndType, String attrName, Object attrValue)
public TaggedElementReference(String guid, String relatedEndType, Map<String,Object> uniqueAttributes)
public TaggedElementReference(Reference other)
public TaggedElementReference(String entityGuid, Line line)
entityGuid - String entity Guidline - Linepublic TaggedElementReference(Map objIdMap)
public Referenceable getReferenceable()
public void setReferenceable(Referenceable referenceable)
public StringBuilder toString(StringBuilder sb)
Copyright © 2018 ODPi. All rights reserved.