public class LikeReferences extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static Set<String> |
REFERENCE_NAMES_SET |
static String[] |
REFERENCE_NAMES_SET_VALUES |
static Set<String> |
RELATIONSHIP_NAMES_SET |
static String[] |
RELATIONSHIP_NAMES_SET_VALUES |
| Constructor and Description |
|---|
LikeReferences(String entityGuid,
Set<Line> lines)
We are passed a set of omrs relationships that are associated with a entity Like
Each of these relationships should map to a reference (a uniquely named attribute in Like).
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
LikeAnchorReference |
getLikeAnchorReference() |
int |
hashCode() |
void |
setLikeAnchorReference(LikeAnchorReference likeAnchor) |
String |
toString() |
StringBuilder |
toString(StringBuilder sb) |
public static final String[] REFERENCE_NAMES_SET_VALUES
public static final String[] RELATIONSHIP_NAMES_SET_VALUES
public LikeReferences(String entityGuid, Set<Line> lines) throws InvalidParameterException
lines - the relationship lines.entityGuid - The GUID of the entity.InvalidParameterException - null or invalid parameterpublic LikeAnchorReference getLikeAnchorReference()
public void setLikeAnchorReference(LikeAnchorReference likeAnchor)
public StringBuilder toString(StringBuilder sb)
Copyright © 2018–2019 ODPi. All rights reserved.