org.eclipse.higgins.idas.impl
Class BasicValueBoolean
java.lang.Object
org.eclipse.higgins.idas.impl.AbstractSimpleValue
org.eclipse.higgins.idas.impl.BasicValueBoolean
- All Implemented Interfaces:
- IPropertyValue, ISimpleValue
public class BasicValueBoolean
- extends AbstractSimpleValue
- implements ISimpleValue
BasicValueBoolean
public BasicValueBoolean(boolean value)
- See Also:
Boolean
BasicValueBoolean
public BasicValueBoolean(String value)
- See Also:
Boolean
getData
public Object getData()
throws IdASException
- Returns the
Boolean
backing this value
- 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