Package com.evolveum.midpoint.prism.path
Class ParentPathSegment
- java.lang.Object
 - 
- com.evolveum.midpoint.prism.path.ItemPathSegment
 - 
- com.evolveum.midpoint.prism.path.ReferencePathSegment
 - 
- com.evolveum.midpoint.prism.path.ParentPathSegment
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable,Cloneable
public class ParentPathSegment extends ReferencePathSegment
Denotes parent object or container.- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description ParentPathSegment() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ItemPathSegmentclone()booleanequivalent(Object obj)StringtoString()- 
Methods inherited from class com.evolveum.midpoint.prism.path.ItemPathSegment
equals, hashCode, isWildcard, setWildcard 
 - 
 
 - 
 
- 
- 
Field Detail
- 
SYMBOL
public static final String SYMBOL
- See Also:
 - Constant Field Values
 
 
- 
QNAME
public static final QName QNAME
 
 - 
 
- 
Method Detail
- 
equivalent
public boolean equivalent(Object obj)
- Specified by:
 equivalentin classItemPathSegment
 
- 
clone
public ItemPathSegment clone()
- Specified by:
 clonein classItemPathSegment
 
 - 
 
 -