public class EnumFieldExpressionModel extends ExpressionModel
Modifier and Type | Field and Description |
---|---|
String |
identifier |
builder
Constructor and Description |
---|
EnumFieldExpressionModel(CodeBuilder builder,
io.vertx.codegen.type.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, unaryPlus
unsupported
public final String identifier
public EnumFieldExpressionModel(CodeBuilder builder, io.vertx.codegen.type.EnumTypeInfo type, String identifier)
public ExpressionModel toDataObjectValue()
toDataObjectValue
in class ExpressionModel
public void render(CodeWriter writer)
Copyright © 2017. All rights reserved.