Class EnumValue
java.lang.Object
org.apache.torque.templates.model.EnumValue
The model of the enum-value tag in a Torque schema file.
- Version:
- $Id: $
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe description of the enum-value.booleanWhether another enumValue exists in the list of enumValues where this enumValue belongs to.The java name of the enum-value.The column to which this enum-value definition belongs to.The properly escaped sql value for the value.The value of the enum-value. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
parent
The column to which this enum-value definition belongs to. -
value
The value of the enum-value. -
javaName
The java name of the enum-value. -
description
The description of the enum-value. -
sqlValue
The properly escaped sql value for the value. -
hasNext
public boolean hasNextWhether another enumValue exists in the list of enumValues where this enumValue belongs to.
-
-
Constructor Details
-
EnumValue
public EnumValue()
-