public interface Enumeration
| Modifier and Type | Method and Description | 
|---|---|
| int | getIntValue()Returns the assigned value of the enumeration item as it is specified in the input YANG. | 
| String | getName()Returns the assigned name of the enumeration item as it is specified in the input YANG. | 
String getName()
int getIntValue()
Copyright © 2019 OpenDaylight. All rights reserved.