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:
java.io.Serializable

public class NameItemPathSegment
extends ItemPathSegment

Author:
semancik
See Also:
Serialized Form

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

Constructor Detail

NameItemPathSegment

public NameItemPathSegment(javax.xml.namespace.QName name)

NameItemPathSegment

public NameItemPathSegment(javax.xml.namespace.QName name,
                           boolean isVariable)
Method Detail

getName

public javax.xml.namespace.QName getName()

isVariable

public boolean isVariable()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object


Copyright © 2012 evolveum. All Rights Reserved.