org.eclipse.higgins.idas.impl
Class BasicValueUnsignedShort

Package class diagram package BasicValueUnsignedShort
java.lang.Object
  extended by org.eclipse.higgins.idas.impl.AbstractSimpleValue
      extended by org.eclipse.higgins.idas.impl.BasicValueInteger
          extended by org.eclipse.higgins.idas.impl.BasicValueNonNegativeInteger
              extended by org.eclipse.higgins.idas.impl.BasicValueUnsignedLong
                  extended by org.eclipse.higgins.idas.impl.BasicValueUnsignedInt
                      extended by org.eclipse.higgins.idas.impl.BasicValueUnsignedShort
All Implemented Interfaces:
IPropertyValue, ISimpleValue
Direct Known Subclasses:
BasicValueUnsignedByte

public class BasicValueUnsignedShort
extends BasicValueUnsignedInt
implements ISimpleValue


Constructor Summary
BasicValueUnsignedShort(String value)
           
 
Method Summary
 
Methods inherited from class org.eclipse.higgins.idas.impl.BasicValueInteger
getData
 
Methods inherited from class org.eclipse.higgins.idas.impl.AbstractSimpleValue
getCanonical, getLexical, isSimple
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.higgins.idas.ISimpleValue
getCanonical, getData, getLexical
 
Methods inherited from interface org.eclipse.higgins.idas.IPropertyValue
isSimple
 

Constructor Detail

BasicValueUnsignedShort

public BasicValueUnsignedShort(String value)


Copyright © 2006 Novell Inc. All Rights Reserved.
This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html

Contributors:
  Jim Sermersheim (Novell, Inc.) - initial API and implementation