public static final class SchemaNodeIdentifier.Relative extends SchemaNodeIdentifier
SchemaNodeIdentifier.Absolute, SchemaNodeIdentifier.Relative
ROOT, SAME
Modifier and Type | Method and Description |
---|---|
protected SchemaNodeIdentifier |
createInstance(SchemaNodeIdentifier parent,
QName qname)
Create a new instance.
|
boolean |
isAbsolute()
Describes whether schema node identifier is|isn't absolute.
|
addToStringAttributes, asSchemaPath, create, create, createChild, createChild, createChild, equals, getLastComponent, getParent, getPathFromRoot, getPathTowardsRoot, hashCode, toString
public boolean isAbsolute()
SchemaNodeIdentifier
isAbsolute
in class SchemaNodeIdentifier
true
if schema path is
absolute.protected SchemaNodeIdentifier createInstance(SchemaNodeIdentifier parent, QName qname)
SchemaNodeIdentifier
createInstance
in class SchemaNodeIdentifier
parent
- Parent schema node identifierqname
- next path elementCopyright © 2018 OpenDaylight. All rights reserved.