public class EnumValue extends Object
| Modifier and Type | Field and Description | 
|---|---|
| String | descriptionThe description of the enum-value. | 
| boolean | hasNextWhether another enumValue exists in the list of enumValues where this enumValue belongs to. | 
| String | javaNameThe java name of the enum-value. | 
| Column | parentThe column to which this enum-value definition belongs to. | 
| String | sqlValueThe properly escaped sql value for the value. | 
| String | valueThe 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.