saffron.util
Interface EnumeratedValues.Value

All Known Implementing Classes:
EnumeratedValues.BasicValue
Enclosing interface:
EnumeratedValues

public static interface EnumeratedValues.Value

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 EnumeratedValues.BasicValues will implicitly be created.


Method Summary
 String getDescription()
           
 String getName()
           
 int getOrdinal()
           
 

Method Detail

getName

public String getName()

getOrdinal

public int getOrdinal()

getDescription

public String getDescription()

SourceForge.net_Logo