org.eigenbase.util14
Interface Enum14.Value

All Superinterfaces:
Comparable
All Known Implementing Classes:
Enum14.BasicValue, Enum14.SerializableValue, FennelStandardTypeDescriptor, FennelStandardTypeDescriptor.FennelNumericType, FennelStandardTypeDescriptor.FennelType, FennelStandardTypeDescriptor.Type_BINARY, FennelStandardTypeDescriptor.Type_BOOL, FennelStandardTypeDescriptor.Type_CHAR, FennelStandardTypeDescriptor.Type_DOUBLE, FennelStandardTypeDescriptor.Type_INT_16, FennelStandardTypeDescriptor.Type_INT_32, FennelStandardTypeDescriptor.Type_INT_64, FennelStandardTypeDescriptor.Type_INT_8, FennelStandardTypeDescriptor.Type_REAL, FennelStandardTypeDescriptor.Type_UINT_16, FennelStandardTypeDescriptor.Type_UINT_32, FennelStandardTypeDescriptor.Type_UINT_64, FennelStandardTypeDescriptor.Type_UINT_8, FennelStandardTypeDescriptor.Type_UNICODE_CHAR, FennelStandardTypeDescriptor.Type_UNICODE_VARCHAR, FennelStandardTypeDescriptor.Type_VARBINARY, FennelStandardTypeDescriptor.Type_VARCHAR, OptionsListTest.Color, SqlInsertKeyword, SqlKind, SqlSelectKeyword, UtilTest.SerializableEnum, UtilTest.UnserializableEnum
Enclosing class:
Enum14

public static interface Enum14.Value
extends Comparable

A Value represents a member of an enumerated type. If an enumerated type is not based upon an explicit array of values, an array of Enum14.BasicValues will implicitly be created.


Method Summary
 String getDescription()
           
 String getName()
           
 int getOrdinal()
           
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getDescription

String getDescription()

getName

String getName()

getOrdinal

int getOrdinal()