org.eclipse.higgins.idas.impl
Class AbstractComplexValue
java.lang.Object
org.eclipse.higgins.idas.impl.BasicAttributeSet
org.eclipse.higgins.idas.impl.AbstractComplexValue
- All Implemented Interfaces:
- IComplexValue, IHasAttributes, IPropertyValue
public abstract class AbstractComplexValue
- extends BasicAttributeSet
- implements IComplexValue
Basic implementation of IComplexValue
. Uses BasicAttributeSet
.
AbstractComplexValue
public AbstractComplexValue()
AbstractComplexValue
public AbstractComplexValue(Iterable<IAttribute> attrs)
AbstractComplexValue
public AbstractComplexValue(Vector<IAttribute> attrs)
isSimple
public boolean isSimple()
throws IdASException
- Specified by:
isSimple
in interface IPropertyValue
- 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