RelationSide
The side of a relation in which an object may be found.
enum RelationSide {
OBJECT
SUBJECT
SOURCE
TARGET
}
Values
RelationSide.OBJECT
The object side of a relation.
RelationSide.SUBJECT
The subject side of a relation.
RelationSide.SOURCE
Object must be on the source side of the relation. Deprecated: use
OBJECT
instead.
RelationSide.TARGET
Object must be on the target side of the relation. Deprecated: use
SUBJECT
instead.