Class AbstractPathExpression
- java.lang.Object
-
- org.opendaylight.yangtools.yang.model.util.AbstractPathExpression
-
- All Implemented Interfaces:
Immutable
,MutationBehaviour<Immutable>
,PathExpression
- Direct Known Subclasses:
PathExpressionImpl
@Beta @NonNullByDefault public abstract class AbstractPathExpression extends Object implements PathExpression
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.opendaylight.yangtools.yang.model.api.PathExpression
PathExpression.DerefSteps, PathExpression.LocationPathSteps, PathExpression.Steps
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractPathExpression(String originalString)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected MoreObjects.ToStringHelper
addToStringAttributes(MoreObjects.ToStringHelper helper)
String
getOriginalString()
Returns the path expression formatted string as is defined in model.String
toString()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.PathExpression
getSteps, isAbsolute
-
-
-
-
Constructor Detail
-
AbstractPathExpression
protected AbstractPathExpression(String originalString)
-
-
Method Detail
-
getOriginalString
public final String getOriginalString()
Description copied from interface:PathExpression
Returns the path expression formatted string as is defined in model. For example:/prefix:container/prefix:container::cond[when()=foo]/prefix:leaf
- Specified by:
getOriginalString
in interfacePathExpression
- Returns:
- the path expression formatted string as is defined in model.
-
addToStringAttributes
protected MoreObjects.ToStringHelper addToStringAttributes(MoreObjects.ToStringHelper helper)
-
-