org.eclipse.higgins.idas
Class BasicValueLanguage

Package class diagram package BasicValueLanguage
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
                  extended by org.eclipse.higgins.idas.BasicValueLanguage
All Implemented Interfaces:
ILiteral, IPropertyValue

public class BasicValueLanguage
extends BasicValueToken
implements ILiteral

TODO: This does not enforce xsd:language restrictions yet.


Constructor Summary
BasicValueLanguage(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

BasicValueLanguage

public BasicValueLanguage(String value)