Package | Description |
---|---|
org.opendaylight.mdsal.binding.javav2.generator.util |
Modifier and Type | Method and Description |
---|---|
static JavaIdentifier |
JavaIdentifier.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JavaIdentifier[] |
JavaIdentifier.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static String |
JavaIdentifierNormalizer.normalizeSpecificIdentifier(String identifier,
JavaIdentifier javaIdentifier)
Find and convert non Java chars in identifiers of generated transfer objects, initially
derived from corresponding YANG.
|
Copyright © 2019 OpenDaylight. All rights reserved.