org.eclipse.higgins.idas.impl
Class BasicValueInt

Package class diagram package BasicValueInt
java.lang.Object
  extended by org.eclipse.higgins.idas.impl.AbstractSimpleValue
      extended by org.eclipse.higgins.idas.impl.BasicValueInt
All Implemented Interfaces:
IPropertyValue, ISimpleValue

public class BasicValueInt
extends AbstractSimpleValue
implements ISimpleValue


Constructor Summary
BasicValueInt(int value)
           
BasicValueInt(String value)
           
 
Method Summary
 Object getData()
          Returns the backing Java object for this property value.
 
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, getLexical
 
Methods inherited from interface org.eclipse.higgins.idas.IPropertyValue
isSimple
 

Constructor Detail

BasicValueInt

public BasicValueInt(String value)

BasicValueInt

public BasicValueInt(int value)
Method Detail

getData

public Object getData()
               throws IdASException
Description copied from interface: IPropertyValue
Returns the backing Java object for this property value.

TODO: This method is a temporary hack to solve the issue brought up in this thread.

Specified by:
getData in interface IPropertyValue
Specified by:
getData in interface ISimpleValue
Throws:
IdASException


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