org.eclipse.higgins.framework.idas
Interface IAttribute


public interface IAttribute


Method Summary
 String getIdentifier()
          Returns the identifier of this attribute.
 Object getValue()
          Returns the value of this attribute.
 

Method Detail

getIdentifier

String getIdentifier()
Returns the identifier of this attribute.

Returns:
The identifier of this attribute.

getValue

Object getValue()
Returns the value of this attribute.

Returns:
The value of this attribute. Its type is governed by this attribute's identifier.