Uses of Class
org.opendaylight.yangtools.rfc6643.model.api.ObjectIdentifier
Packages that use ObjectIdentifier
Package
Description
YANG metamodel extensions to support SMIv2 module translation, as defined in
RFC6643.
-
Uses of ObjectIdentifier in org.opendaylight.yangtools.rfc6643.model.api
Methods in org.opendaylight.yangtools.rfc6643.model.api that return ObjectIdentifierModifier and TypeMethodDescriptionstatic ObjectIdentifier
Create anObjectIdentifier
from its string representation.default ObjectIdentifier
OidSchemaNode.getArgument()
default ObjectIdentifier
OidStatement.getOid()
static ObjectIdentifier
ObjectIdentifier.of
(int... subIdentifiers) Create anObjectIdentifier
from its integer components.static ObjectIdentifier
Read anObjectIdentifier
from a DataInput, performing the inverse ofwriteTo(DataOutput)
. -
Uses of ObjectIdentifier in org.opendaylight.yangtools.rfc6643.parser
Methods in org.opendaylight.yangtools.rfc6643.parser that return ObjectIdentifierModifier and TypeMethodDescriptionOidStatementSupport.parseArgumentValue
(StmtContext<?, ?, ?> ctx, String value) Method parameters in org.opendaylight.yangtools.rfc6643.parser with type arguments of type ObjectIdentifierModifier and TypeMethodDescriptionprotected OidStatement
OidStatementSupport.createDeclared
(BoundStmtCtx<ObjectIdentifier> ctx, ImmutableList<DeclaredStatement<?>> substatements) protected OidEffectiveStatement
OidStatementSupport.createEffective
(EffectiveStmtCtx.Current<ObjectIdentifier, OidStatement> stmt, ImmutableList<? extends EffectiveStatement<?, ?>> substatements)