com.evolveum.midpoint.prism.path
Class NameItemPathSegment

java.lang.Object
  extended by com.evolveum.midpoint.prism.path.ItemPathSegment
      extended by com.evolveum.midpoint.prism.path.NameItemPathSegment
All Implemented Interfaces:
Serializable

public class NameItemPathSegment
extends ItemPathSegment

Author:
semancik
See Also:
Serialized Form

Constructor Summary
NameItemPathSegment(QName name)
           
NameItemPathSegment(QName name, boolean isVariable)
           
 
Method Summary
 boolean equals(Object obj)
           
 QName getName()
           
 int hashCode()
           
 boolean isVariable()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NameItemPathSegment

public NameItemPathSegment(QName name)

NameItemPathSegment

public NameItemPathSegment(QName name,
                           boolean isVariable)
Method Detail

getName

public QName getName()

isVariable

public boolean isVariable()

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2013 evolveum. All Rights Reserved.