de.xabsl.jxabsl.symbols
Interface EnumeratedOutputSymbol

All Known Implementing Classes:
EnumeratedOutputSymbolImpl

public interface EnumeratedOutputSymbol

Represents an enumerated output symbol


Method Summary
 Enumeration getEnumeration()
           
 java.lang.Object getValue()
           
 void setValue(java.lang.Object value)
          Sets the symbol's value
 

Method Detail

setValue

void setValue(java.lang.Object value)
Sets the symbol's value

Parameters:
value - the symbols new value

getValue

java.lang.Object getValue()
Returns:
the symbol's value

getEnumeration

Enumeration getEnumeration()
Returns:
the enumeration that is the domain of the symbol