org.eclipse.higgins.idas
Class BasicValueNormalizedString

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

public class BasicValueNormalizedString
extends BasicValueString
implements ILiteral


Constructor Summary
BasicValueNormalizedString(String value)
          Constructs using a non-normalized string
 
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

BasicValueNormalizedString

public BasicValueNormalizedString(String value)
Constructs using a non-normalized string

Parameters:
value - Non-normalized string.