org.eclipse.higgins.idas
Class BasicValueToken

Package class diagram package BasicValueToken
java.lang.Object
  extended by org.eclipse.higgins.idas.AbstractLiteral
      extended by org.eclipse.higgins.idas.BasicValueString
          extended by org.eclipse.higgins.idas.BasicValueNormalizedString
              extended by org.eclipse.higgins.idas.BasicValueToken
All Implemented Interfaces:
ILiteral, IPropertyValue
Direct Known Subclasses:
BasicValueLanguage, BasicValueName, BasicValueNMTOKEN

public class BasicValueToken
extends BasicValueNormalizedString
implements ILiteral


Constructor Summary
BasicValueToken(String value)
           
 
Method Summary
 
Methods inherited from class org.eclipse.higgins.idas.BasicValueString
getData
 
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, getData, getLexical
 
Methods inherited from interface org.eclipse.higgins.idas.IPropertyValue
isLiteral
 

Constructor Detail

BasicValueToken

public BasicValueToken(String value)