public class EnumValue extends Object
Modifier and Type | Field and Description |
---|---|
String |
description
The description of the enum-value.
|
boolean |
hasNext
Whether another enumValue exists in the list of enumValues where this enumValue belongs to.
|
String |
javaName
The java name of the enum-value.
|
Column |
parent
The column to which this enum-value definition belongs to.
|
String |
sqlValue
The properly escaped sql value for the value.
|
String |
value
The value of the enum-value.
|
Constructor and Description |
---|
EnumValue() |
public Column parent
public String value
public String javaName
public String description
public String sqlValue
public boolean hasNext
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.