org.eclipse.higgins.idas.api
Interface ISingleValuedAttribute

All Superinterfaces:
IAttribute, IHasAttributes

public interface ISingleValuedAttribute
extends IAttribute


Method Summary
 IAttributeValue getValue()
          Returns the value for this attribute.
 
Methods inherited from interface org.eclipse.higgins.idas.api.IAttribute
addComplexValue, addSimpleValue, addValue, addValue, equals, getAttrID, getModel, getValues, getValues, isSingleValued, remove
 
Methods inherited from interface org.eclipse.higgins.idas.api.IHasAttributes
addAttribute, addAttribute, equals, getAttribute, getAttributes, getSingleValuedAttribute, removeAttribute, removeAttributeValue, removeAttributeValue
 

Method Detail

getValue

public IAttributeValue getValue()
                         throws IdASException
Returns the value for this attribute.

Throws:
IdASException