@DTO public class UESReferenceEntry extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
code
Code of the artifact.
|
private java.lang.Integer |
count
The number of references of the same type.
|
private java.lang.String |
description
Description of the artifact.
|
private UESReferenceDirection |
direction
Direction of the reference.
|
private UESURI |
entityTypeUri
UESURI of the entity type of the artifact (see
UESCoreEntityTypes for more info). |
private java.lang.String |
name
Name of the artifact.
|
private UESReferenceType |
type
Type of the reference.
|
private UESURI |
uri
Normalized UESURI of the artifact.
|
UESCoreEntityTypes
for more info). It is the other
artifact, the one different from the main entity. More precisely it is the referenced artifact in case of outgoing reference, the
referencing artifact in case of incoming reference.