public class QueryTargetReference extends Reference implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected String |
relationship_Type |
protected SchemaAttribute |
schemaAttribute |
KEY_RELATED_END_GUID, KEY_RELATIONSHIP_GUID, KEY_TYPENAME, KEY_UNIQUE_ATTRIBUTES, referenceName, relatedEndGuid, relatedEndType, relationshipGuid, uniqueAttributes| Constructor and Description |
|---|
QueryTargetReference() |
QueryTargetReference(Map objIdMap) |
QueryTargetReference(Reference other) |
QueryTargetReference(String guid) |
QueryTargetReference(String entityGuid,
Line line)
Populate the reference from a relationship
|
QueryTargetReference(String relatedEndType,
Map<String,Object> uniqueAttributes) |
QueryTargetReference(String guid,
String relatedEndType) |
QueryTargetReference(String guid,
String relatedEndType,
Map<String,Object> uniqueAttributes) |
QueryTargetReference(String relatedEndType,
String attrName,
Object attrValue) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getQuery()
Details of how the attribute is retrieved.
|
SchemaAttribute |
getSchemaAttribute() |
int |
hashCode() |
void |
setQuery(String query) |
void |
setSchemaAttribute(SchemaAttribute schemaAttribute) |
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 SchemaAttribute schemaAttribute
public QueryTargetReference()
public QueryTargetReference(String guid)
public QueryTargetReference(String relatedEndType, Map<String,Object> uniqueAttributes)
public QueryTargetReference(String relatedEndType, String attrName, Object attrValue)
public QueryTargetReference(String guid, String relatedEndType, Map<String,Object> uniqueAttributes)
public QueryTargetReference(Reference other)
public QueryTargetReference(String entityGuid, Line line)
entityGuid - String entity Guidline - Linepublic QueryTargetReference(Map objIdMap)
public SchemaAttribute getSchemaAttribute()
public void setSchemaAttribute(SchemaAttribute schemaAttribute)
public String getQuery()
public void setQuery(String query)
public StringBuilder toString(StringBuilder sb)
Copyright © 2018 ODPi. All rights reserved.