Uses of Class
org.opendaylight.yangtools.rfc6643.model.api.ObjectIdentifier
-
Packages that use ObjectIdentifier Package Description org.opendaylight.yangtools.rfc6643.model.api org.opendaylight.yangtools.rfc6643.parser -
-
Uses of ObjectIdentifier in org.opendaylight.yangtools.rfc6643.model.api
Methods in org.opendaylight.yangtools.rfc6643.model.api that return ObjectIdentifier Modifier and Type Method Description static ObjectIdentifier
ObjectIdentifier. forString(String str)
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
ObjectIdentifier. readFrom(DataInput in)
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 ObjectIdentifier Modifier and Type Method Description ObjectIdentifier
OidStatementSupport. parseArgumentValue(StmtContext<?,?,?> ctx, String value)
Method parameters in org.opendaylight.yangtools.rfc6643.parser with type arguments of type ObjectIdentifier Modifier and Type Method Description protected OidStatement
OidStatementSupport. createDeclared(StmtContext<ObjectIdentifier,OidStatement,?> ctx, ImmutableList<? extends DeclaredStatement<?>> substatements)
protected OidEffectiveStatement
OidStatementSupport. createEffective(StmtContext<ObjectIdentifier,OidStatement,OidEffectiveStatement> ctx, OidStatement declared, ImmutableList<? extends EffectiveStatement<?,?>> substatements)
protected OidStatement
OidStatementSupport. createEmptyDeclared(StmtContext<ObjectIdentifier,OidStatement,?> ctx)
protected OidEffectiveStatement
OidStatementSupport. createEmptyEffective(StmtContext<ObjectIdentifier,OidStatement,OidEffectiveStatement> ctx, OidStatement declared)
-