org.eclipse.higgins.idas
Class BasicValueByte

Package class diagram package BasicValueByte
java.lang.Object
  extended by org.eclipse.higgins.idas.AbstractLiteral
      extended by org.eclipse.higgins.idas.BasicValueByte
All Implemented Interfaces:
ILiteral, IPropertyValue

public class BasicValueByte
extends AbstractLiteral
implements ILiteral


Constructor Summary
BasicValueByte(byte value)
           
BasicValueByte(String value)
           
 
Method Summary
 Object getData()
          Returns the Byte backing this value.
 
Methods inherited from class org.eclipse.higgins.idas.AbstractLiteral
getCanonical, getLexical, isLiteral
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.higgins.idas.ILiteral
getCanonical, getLexical
 
Methods inherited from interface org.eclipse.higgins.idas.IPropertyValue
isLiteral
 

Constructor Detail

BasicValueByte

public BasicValueByte(String value)

BasicValueByte

public BasicValueByte(byte value)
Method Detail

getData

public Object getData()
               throws IdASException
Returns the Byte backing this value.

Specified by:
getData in interface ILiteral
Specified by:
getData in interface IPropertyValue
Throws:
IdASException