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
public abstract class ReferencePathSegment extends ItemPathSegment
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.)- Author:
 - mederly
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description ReferencePathSegment() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<QName>typeHint()- 
Methods inherited from class com.evolveum.midpoint.prism.path.ItemPathSegment
clone, equals, equivalent, hashCode, isWildcard, setWildcard 
 - 
 
 -