Package com.evolveum.midpoint.prism.path
Class ReferencePathSegment
java.lang.Object
com.evolveum.midpoint.prism.path.ItemPathSegment
com.evolveum.midpoint.prism.path.ReferencePathSegment
- All Implemented Interfaces:
Serializable
,Cloneable
- Direct Known Subclasses:
ObjectReferencePathSegment
,ParentPathSegment
Denotes reference path segment: either ".." meaning owner, or "@" meaning referenced object.
(Note that these are to be used only in filters and order instructions, for now.)
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class com.evolveum.midpoint.prism.path.ItemPathSegment
clone, equals, equivalent, hashCode, isWildcard, setWildcard, toString
-
Constructor Details
-
ReferencePathSegment
public ReferencePathSegment()
-
-
Method Details
-
typeHint
-