public class UsedInSchemasReference extends Reference implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected static 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 |
|---|
UsedInSchemasReference() |
UsedInSchemasReference(Map objIdMap) |
UsedInSchemasReference(Reference other) |
UsedInSchemasReference(String guid) |
UsedInSchemasReference(String relatedEndType,
Map<String,Object> uniqueAttributes) |
UsedInSchemasReference(String entityGuid,
OMRSLine line)
Populate the reference from a relationship
|
UsedInSchemasReference(String guid,
String relatedEndType) |
UsedInSchemasReference(String guid,
String relatedEndType,
Map<String,Object> uniqueAttributes) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
SchemaAttribute |
getSchemaAttribute() |
int |
hashCode() |
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 static final String relationship_Type
protected String name
protected SchemaAttribute schemaAttribute
public UsedInSchemasReference()
public UsedInSchemasReference(String guid)
public UsedInSchemasReference(String relatedEndType, Map<String,Object> uniqueAttributes)
public UsedInSchemasReference(String guid, String relatedEndType, Map<String,Object> uniqueAttributes)
public UsedInSchemasReference(Reference other)
public UsedInSchemasReference(String entityGuid, OMRSLine line)
entityGuid - String entity Guidline - OMRSLinepublic UsedInSchemasReference(Map objIdMap)
public SchemaAttribute getSchemaAttribute()
public void setSchemaAttribute(SchemaAttribute schemaAttribute)
public StringBuilder toString(StringBuilder sb)
Copyright © 2018–2019 ODPi. All rights reserved.