public class EnumExpressionModel extends ExpressionModel
builder
Constructor and Description |
---|
EnumExpressionModel(CodeBuilder builder,
io.vertx.codegen.type.EnumTypeInfo type) |
Modifier and Type | Method and Description |
---|---|
io.vertx.codegen.type.EnumTypeInfo |
getType() |
ExpressionModel |
onField(String identifier) |
as, onInstanceOf, onLogicalComplement, onMethodInvocation, onMethodReference, onPostFixDecrement, onPostFixIncrement, onPrefixDecrement, onPrefixIncrement, toDataObjectValue, unaryMinus, unaryPlus
render, unsupported
public EnumExpressionModel(CodeBuilder builder, io.vertx.codegen.type.EnumTypeInfo type)
public io.vertx.codegen.type.EnumTypeInfo getType()
public ExpressionModel onField(String identifier)
onField
in class ExpressionModel
Copyright © 2017. All rights reserved.