Package | Description |
---|---|
org.opendaylight.mdsal.binding.java.api.generator | |
org.opendaylight.mdsal.binding.model.api | |
org.opendaylight.mdsal.binding.model.api.type.builder |
Modifier and Type | Field and Description |
---|---|
protected List<Constant> |
ClassTemplate.consts
List of constant instances which are generated as JAVA public static final attributes.
|
Modifier and Type | Method and Description |
---|---|
protected CharSequence |
BaseTemplate.emitConstant(Constant c) |
Modifier and Type | Method and Description |
---|---|
List<Constant> |
GeneratedType.getConstantDefinitions()
Returns List of Constant definitions associated with Generated Type.
|
Modifier and Type | Method and Description |
---|---|
Constant |
GeneratedTypeBuilderBase.addConstant(Type type,
String name,
Object value)
Adds Constant definition and returns
new Constant instance.By definition Constant MUST be defined by return Type, Name and assigned value. |
Constant |
ConstantBuilder.toInstance(Type definingType) |
Copyright © 2019 OpenDaylight. All rights reserved.