public class EnumFieldExpressionModel extends ExpressionModel
| Modifier and Type | Field and Description |
|---|---|
String |
identifier |
builder| Constructor and Description |
|---|
EnumFieldExpressionModel(CodeBuilder builder,
EnumTypeInfo type,
String identifier) |
| Modifier and Type | Method and Description |
|---|---|
void |
render(CodeWriter writer) |
ExpressionModel |
toDataObjectValue() |
as, onField, onInstanceOf, onLogicalComplement, onMethodInvocation, onMethodReference, onPostFixDecrement, onPostFixIncrement, onPrefixDecrement, onPrefixIncrement, unaryMinus, unaryPlusunsupportedpublic final String identifier
public EnumFieldExpressionModel(CodeBuilder builder, EnumTypeInfo type, String identifier)
public ExpressionModel toDataObjectValue()
toDataObjectValue in class ExpressionModelpublic void render(CodeWriter writer)
Copyright © 2019 Eclipse. All rights reserved.