Modifier and Type | Field and Description |
---|---|
protected GeneratedTransferObject |
ClassTemplate.genTO |
Constructor and Description |
---|
ClassTemplate(org.opendaylight.mdsal.binding.java.api.generator.AbstractJavaGeneratedType javaType,
GeneratedTransferObject genType)
Creates instance of this class with concrete
genType . |
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 . |
UnionTemplate(org.opendaylight.mdsal.binding.java.api.generator.NestedJavaGeneratedType javaType,
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.build()
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.
By definition Java does not allow multiple inheritance, hence if there is already a definition of an Generated Transfer Object the extending object will be overwritten by lastly added Generated Transfer Object. If Generated Transfer Object is null the method SHOULD throw IllegalArgumentException |
Modifier and Type | Method and Description |
---|---|
GeneratedTransferObject |
CodegenGeneratedTOBuilder.build() |
GeneratedTransferObject |
RuntimeGeneratedTOBuilder.build() |
Copyright © 2019 OpenDaylight. All rights reserved.