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.ObjectIdentifier
OidSchemaNode. getArgument()
@NonNull 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 OidStatement
OidStatementSupport. createDeclared(StmtContext<ObjectIdentifier,OidStatement,?> ctx)
OidEffectiveStatement
OidStatementSupport. createEffective(StmtContext<ObjectIdentifier,OidStatement,OidEffectiveStatement> ctx)
-