| Modifier and Type | Method and Description |
|---|---|
static YangVersion |
YangVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static YangVersion[] |
YangVersion.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<YangVersion> |
YangVersion.parse(String str)
Parse a YANG version from its textual representation.
|
Copyright © 2018 OpenDaylight. All rights reserved.