public class MapToElementReference extends Reference implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected String |
relationship_Type |
protected SchemaType |
schemaType |
KEY_RELATED_END_GUID, KEY_RELATIONSHIP_GUID, KEY_TYPENAME, KEY_UNIQUE_ATTRIBUTES, referenceName, relatedEndGuid, relatedEndType, relationshipGuid, uniqueAttributes| Constructor and Description |
|---|
MapToElementReference() |
MapToElementReference(Map objIdMap) |
MapToElementReference(Reference other) |
MapToElementReference(String guid) |
MapToElementReference(String entityGuid,
Line line)
Populate the reference from a relationship
|
MapToElementReference(String relatedEndType,
Map<String,Object> uniqueAttributes) |
MapToElementReference(String guid,
String relatedEndType) |
MapToElementReference(String guid,
String relatedEndType,
Map<String,Object> uniqueAttributes) |
MapToElementReference(String relatedEndType,
String attrName,
Object attrValue) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
SchemaType |
getSchemaType() |
int |
hashCode() |
void |
setSchemaType(SchemaType schemaType) |
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 SchemaType schemaType
public MapToElementReference()
public MapToElementReference(String guid)
public MapToElementReference(String relatedEndType, Map<String,Object> uniqueAttributes)
public MapToElementReference(String relatedEndType, String attrName, Object attrValue)
public MapToElementReference(String guid, String relatedEndType, Map<String,Object> uniqueAttributes)
public MapToElementReference(Reference other)
public MapToElementReference(String entityGuid, Line line)
entityGuid - String entity Guidline - Linepublic MapToElementReference(Map objIdMap)
public SchemaType getSchemaType()
public void setSchemaType(SchemaType schemaType)
public StringBuilder toString(StringBuilder sb)
Copyright © 2018 ODPi. All rights reserved.