Package | Description |
---|---|
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.routing.types.rev171204 |
Modifier and Type | Method and Description |
---|---|
static TimerValueMilliseconds.Enumeration |
TimerValueMilliseconds.Enumeration.forValue(int intValue)
Return the enumeration member whose
getIntValue() matches specified value. |
TimerValueMilliseconds.Enumeration |
TimerValueMilliseconds.getEnumeration() |
static TimerValueMilliseconds.Enumeration |
TimerValueMilliseconds.Enumeration.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TimerValueMilliseconds.Enumeration[] |
TimerValueMilliseconds.Enumeration.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Optional<TimerValueMilliseconds.Enumeration> |
TimerValueMilliseconds.Enumeration.forName(String name)
Return the enumeration member whose
getName() matches specified value. |
Modifier and Type | Method and Description |
---|---|
static TimerValueMilliseconds |
TimerValueMillisecondsBuilder.forEnumeration(TimerValueMilliseconds.Enumeration enumeration) |
Constructor and Description |
---|
TimerValueMilliseconds(TimerValueMilliseconds.Enumeration _enumeration) |
Copyright © 2019 OpenDaylight. All rights reserved.