| Package | Description |
|---|---|
| org.onosproject.yang.compiler.translator.tojava.utils |
Translator's utils for YANG plugin.
|
| Modifier and Type | Method and Description |
|---|---|
static MethodClassTypes |
MethodClassTypes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MethodClassTypes[] |
MethodClassTypes.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 |
StringGenerator.methodSignature(String methodName,
String prefix,
String modifier,
String paraVal,
String methodReturnType,
String paraReturnType,
MethodClassTypes type)
Returns method signature for interface and implementation classes.
|
static String |
StringGenerator.multiAttrMethodSignature(String methodName,
String prefix,
String modifier,
String methodReturnType,
Map<String,String> params,
MethodClassTypes type,
String space)
Returns method signature for multi attribute methods.
|
Copyright © 2018. All rights reserved.