| Package | Description |
|---|---|
| org.onosproject.yangutils.translator.tojava |
Generates java class definition from data model.
|
| org.onosproject.yangutils.translator.tojava.utils |
Translator's utils for YANG plugin.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TempJavaBeanFragmentFiles
Represents implementation of java bean code fragments temporary implementations.
|
class |
TempJavaEnumerationFragmentFiles
Represents implementation of java code fragments temporary implementations.
|
class |
TempJavaEventFragmentFiles
Represent temporary java fragments for event files.
|
class |
TempJavaServiceFragmentFiles
Represents implementation of java service code fragments temporary implementations.
|
class |
TempJavaTypeFragmentFiles
Represents implementation of java data type code fragments temporary implementations.
|
| Modifier and Type | Method and Description |
|---|---|
static JavaAttributeInfo |
TempJavaFragmentFiles.getCurNodeAsAttributeInTarget(YangNode curNode,
YangNode targetNode,
boolean isListNode,
TempJavaFragmentFiles tempJavaFragmentFiles)
Creates an attribute info object corresponding to a data model node and return it.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JavaExtendsListHolder.addToExtendsList(JavaQualifiedTypeInfoTranslator info,
YangNode node,
TempJavaFragmentFiles tempJavaFragmentFiles)
Adds to the extends list.
|
Copyright © 2016. All rights reserved.