Klasse EnumValue
java.lang.Object
org.apache.torque.templates.model.EnumValue
The model of the enum-value tag in a Torque schema file.
- Version:
- $Id: $
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungThe description of the enum-value.boolean
Whether 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. -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
-
Felddetails
-
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.
-
-
Konstruktordetails
-
EnumValue
public EnumValue()
-