Class AbstractPathExpression
java.lang.Object
org.opendaylight.yangtools.yang.model.spi.AbstractPathExpression
- All Implemented Interfaces:
Immutable
,PathExpression
@Beta
@NonNullByDefault
public abstract class AbstractPathExpression
extends Object
implements PathExpression
Convenience base class for
PathExpression
implementations.-
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 -
Method Summary
Modifier and TypeMethodDescriptionprotected MoreObjects.ToStringHelper
final String
Returns the path expression formatted string as is defined in model.final 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 Details
-
AbstractPathExpression
-
-
Method Details
-
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.
-
toString
-
addToStringAttributes
-