| Modifier and Type | Field and Description |
|---|---|
protected List<Enumeration> |
ClassTemplate.enums
List of enumeration which are generated as JAVA enum type.
|
| Modifier and Type | Method and Description |
|---|---|
CharSequence |
EnumTemplate.writeEnumeration(Enumeration enumeration) |
| Constructor and Description |
|---|
EnumTemplate(org.opendaylight.mdsal.binding.java.api.generator.AbstractJavaGeneratedType javaType,
Enumeration enums)
Constructs instance of this class with concrete
enums. |
EnumTemplate(Enumeration enums)
Constructs instance of this class with concrete
enums. |
| Modifier and Type | Method and Description |
|---|---|
List<Enumeration> |
GeneratedType.getEnumerations()
Returns List of all Enumerator definitions associated with Generated Type.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration |
EnumBuilder.toInstance(Type definingType) |
| Modifier and Type | Method and Description |
|---|---|
Enumeration |
RuntimeEnumerationBuilder.toInstance(Type definingType) |
Enumeration |
CodegenEnumerationBuilder.toInstance(Type definingType) |
Copyright © 2019 OpenDaylight. All rights reserved.