| Package | Description |
|---|---|
| org.onosproject.yang.gen.v1.identitytest.rev20130715.identitytest |
Implementation of YANG node identityTest's children nodes.
|
| org.onosproject.yang.gen.v1.identitytest.rev20130715.identitytest.typed |
Implementation of YANG node typed's children nodes.
|
| Modifier and Type | Method and Description |
|---|---|
TypedUnion |
Typed.union()
Returns the attribute union.
|
| Modifier and Type | Method and Description |
|---|---|
static Typed |
Typed.of(TypedUnion value)
Returns the object of typed for type union.
|
void |
Typed.union(TypedUnion union)
Sets the attribute union.
|
| Constructor and Description |
|---|
Typed(TypedUnion union)
Creates an instance of union.
|
| Modifier and Type | Method and Description |
|---|---|
static TypedUnion |
TypedUnion.fromString(String valInString)
Returns the object of typedUnion fromString input String typedUnion.
|
static TypedUnion |
TypedUnion.of(byte value)
Returns the object of typedUnion for type int8.
|
static TypedUnion |
TypedUnion.of(Class<? extends IntType> value)
Returns the object of typedUnion for type identityref.
|
static TypedUnion |
TypedUnion.of(int value)
Returns the object of typedUnion for type int32.
|
Copyright © 2019. All rights reserved.