| Modifier and Type | Field and Description |
|---|---|
protected GeneratedTransferObject |
ClassTemplate.genTO |
| Modifier and Type | Method and Description |
|---|---|
protected GeneratedProperty |
BaseTemplate.findProperty(GeneratedTransferObject gto,
String name) |
| Constructor and Description |
|---|
ClassTemplate(GeneratedTransferObject genType)
Creates instance of this class with concrete
genType. |
UnionBuilderTemplate(GeneratedTransferObject genType)
Creates instance of this class with concrete
genType. |
UnionTemplate(GeneratedTransferObject genType)
Creates instance of this class with concrete
genType. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
GeneratedTransferIdentityObject |
| Modifier and Type | Method and Description |
|---|---|
GeneratedTransferObject |
GeneratedTransferObject.getSuperType()
Returns the Generated Transfer Object from which this GTO is derived, or
null if this GTO is not derived from a GTO -- e.g.
|
| Modifier and Type | Method and Description |
|---|---|
GeneratedTransferObject |
GeneratedTOBuilder.toInstance()
Returns instance of
GeneratedTransferObject which data are
build from the data of this builder |
| Modifier and Type | Method and Description |
|---|---|
GeneratedTOBuilder |
GeneratedTOBuilder.setExtendsType(GeneratedTransferObject genTransObj)
Add Generated Transfer Object from which will be extended current
Generated Transfer Object.
|
| Modifier and Type | Method and Description |
|---|---|
GeneratedTransferObject |
CodegenGeneratedTOBuilder.toInstance() |
GeneratedTransferObject |
RuntimeGeneratedTOBuilder.toInstance() |
Copyright © 2019 OpenDaylight. All rights reserved.