org.eclipse.higgins.idas
Class BasicValueNCName

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

public class BasicValueNCName
extends BasicValueName
implements ILiteral

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


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

BasicValueNCName

public BasicValueNCName(String value)