RelationSide
The side of a relation in which an object may be found.
enum RelationSide {
OBJECT
SUBJECT
}
Values
RelationSide.OBJECT
The object side of a relation.
RelationSide.SUBJECT
The subject side of a relation.