Class YangLocationPath.ProcessingInstructionStep
java.lang.Object
org.opendaylight.yangtools.yang.xpath.api.YangLocationPath.Step
org.opendaylight.yangtools.yang.xpath.api.YangLocationPath.NodeTypeStep
org.opendaylight.yangtools.yang.xpath.api.YangLocationPath.ProcessingInstructionStep
- All Implemented Interfaces:
Serializable
,YangPredicateAware
- Enclosing class:
- YangLocationPath
public static sealed class YangLocationPath.ProcessingInstructionStep
extends YangLocationPath.NodeTypeStep
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionprotected MoreObjects.ToStringHelper
final boolean
final String
getName()
final int
hashCode()
Methods inherited from class org.opendaylight.yangtools.yang.xpath.api.YangLocationPath.NodeTypeStep
getNodeType
Methods inherited from class org.opendaylight.yangtools.yang.xpath.api.YangLocationPath.Step
getAxis, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.opendaylight.yangtools.yang.xpath.api.YangPredicateAware
getPredicates
-
Method Details
-
getName
-
hashCode
public final int hashCode()- Overrides:
hashCode
in classYangLocationPath.NodeTypeStep
-
equals
- Overrides:
equals
in classYangLocationPath.NodeTypeStep
-
addToStringAttributes
- Overrides:
addToStringAttributes
in classYangLocationPath.NodeTypeStep
-