Class SchemaNodeIdentifier.Absolute
- java.lang.Object
-
- org.opendaylight.yangtools.yang.model.api.stmt.SchemaNodeIdentifier
-
- org.opendaylight.yangtools.yang.model.api.stmt.SchemaNodeIdentifier.Absolute
-
- All Implemented Interfaces:
Immutable
,MutationBehaviour<Immutable>
- Enclosing class:
- SchemaNodeIdentifier
public static final class SchemaNodeIdentifier.Absolute extends SchemaNodeIdentifier
An absolute schema node identifier.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.opendaylight.yangtools.yang.model.api.stmt.SchemaNodeIdentifier
SchemaNodeIdentifier.Absolute, SchemaNodeIdentifier.Descendant
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static @NonNull SchemaNodeIdentifier.Absolute
of(Collection<QName> nodeIdentifiers)
static @NonNull SchemaNodeIdentifier.Absolute
of(QName nodeIdentifier)
static @NonNull SchemaNodeIdentifier.Absolute
of(QName... nodeIdentifiers)
-
Methods inherited from class org.opendaylight.yangtools.yang.model.api.stmt.SchemaNodeIdentifier
asSchemaPath, equals, getNodeIdentifiers, hashCode, toString
-
-
-
-
Method Detail
-
of
public static @NonNull SchemaNodeIdentifier.Absolute of(QName nodeIdentifier)
-
of
public static @NonNull SchemaNodeIdentifier.Absolute of(QName... nodeIdentifiers)
-
of
public static @NonNull SchemaNodeIdentifier.Absolute of(Collection<QName> nodeIdentifiers)
-
-