Class YangLocationPath.Relative
- java.lang.Object
-
- org.opendaylight.yangtools.yang.xpath.api.YangLocationPath
-
- org.opendaylight.yangtools.yang.xpath.api.YangLocationPath.Relative
-
- All Implemented Interfaces:
Serializable
,Immutable
,MutationBehaviour<Immutable>
,YangExpr
- Enclosing class:
- YangLocationPath
public static final class YangLocationPath.Relative extends YangLocationPath
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.opendaylight.yangtools.yang.xpath.api.YangLocationPath
YangLocationPath.Absolute, YangLocationPath.AxisStep, YangLocationPath.NamespaceStep, YangLocationPath.NodeTypeStep, YangLocationPath.ProcessingInstructionStep, YangLocationPath.QNameStep, YangLocationPath.Relative, YangLocationPath.ResolvedQNameStep, YangLocationPath.Step, YangLocationPath.UnresolvedQNameStep
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isAbsolute()
-
-
-
Method Detail
-
isAbsolute
public boolean isAbsolute()
- Specified by:
isAbsolute
in classYangLocationPath
-
-