See: Description
| Interface | Description |
|---|---|
| JavaCodeGenerator |
Abstraction of an entity which provides Code generator functionalities.
|
| JavaCodeGeneratorInfo |
Represents YANG java info containing interface for java code generator, java
file information, java import data and temp java code fragment files.
|
| JavaFileInfoContainer |
Represents data model nodes which are required to generate java classes, need to support
java file info.
|
| JavaQualifiedTypeInfoContainer |
Maintain the java qualified access details for an attribute or a class.
|
| TempJavaCodeFragmentFilesContainer |
Represents Has temporary file handle.
|
| Class | Description |
|---|---|
| GeneratedJavaFileType |
Represents type of java files generated.
|
| GeneratedTempFileType |
Represents type of temporary files generated.
|
| JavaAttributeInfo |
Represents the attribute info corresponding to class/interface generated.
|
| JavaCodeGeneratorUtil |
Representation of java code generator based on application schema.
|
| JavaFileInfoTranslator |
Represents cached java file handle, which supports the addition of member attributes and
methods.
|
| JavaImportData |
Represents that generated Java file can contain imports.
|
| JavaQualifiedTypeInfoTranslator |
Represents the information about individual imports in the generated file.
|
| TempJavaBeanFragmentFiles |
Represents implementation of java bean code fragments temporary implementations.
|
| TempJavaCodeFragmentFiles |
Represents implementation of java code fragments temporary implementations.
|
| TempJavaEnumerationFragmentFiles |
Represents implementation of java code fragments temporary implementations.
|
| TempJavaEventFragmentFiles |
Represent temporary java fragments for event files.
|
| TempJavaFragmentFiles |
Represents implementation of java code fragments temporary implementations.
|
| TempJavaServiceFragmentFiles |
Represents implementation of java service code fragments temporary implementations.
|
| TempJavaTypeFragmentFiles |
Represents implementation of java data type code fragments temporary implementations.
|
| YangDataModelFactory |
Represents factory to create data model objects based on the target file type.
|
| YangJavaModelUtils |
Represents utility class for YANG java model.
|
| Enum | Description |
|---|---|
| TraversalType |
Represents data model tree traversal types.
|
Copyright © 2016. All rights reserved.