org.eclipse.higgins.idas
Class BasicValueNonPositiveInteger

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

public class BasicValueNonPositiveInteger
extends BasicValueInteger
implements ILiteral


Constructor Summary
BasicValueNonPositiveInteger(String value)
           
 
Method Summary
 
Methods inherited from class org.eclipse.higgins.idas.BasicValueInteger
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

BasicValueNonPositiveInteger

public BasicValueNonPositiveInteger(String value)