public static interface Enumeration.Pair
extends org.opendaylight.yangtools.yang.model.api.DocumentedNode.WithStatus
Modifier and Type | Method and Description |
---|---|
String |
getMappedName()
Returns the binding representation for the name of the enumeration item.
|
String |
getName()
Returns the name of the enumeration item as it is specified in the input YANG.
|
int |
getValue()
Returns value of the enumeration item.
|
String getName()
String getMappedName()
int getValue()
Copyright © 2019 OpenDaylight. All rights reserved.