de.janrufmonitor.framework
Interface IAttributeList

All Superinterfaces:
IAttributeMap

Deprecated. since 4.4, use IAttrbuteMap instead !

public interface IAttributeList
extends IAttributeMap

This interface must be implemented by a AttributeList object, which should be used in the framework.

Author:
Thilo Brandt

Method Summary
 IAttribute get(int position)
          Deprecated. Gets the IAttribute object by its position
 void update(IAttribute att)
          Deprecated. Updates the IAttribute object in the list.
 
Methods inherited from interface de.janrufmonitor.framework.IAttributeMap
add, addAll, contains, contains, get, iterator, remove, remove, size
 

Method Detail

update

void update(IAttribute att)
Deprecated. 
Updates the IAttribute object in the list. If not contained it should be added.

Parameters:
att - The IAttribute object to be updated.

get

IAttribute get(int position)
Deprecated. 
Gets the IAttribute object by its position

Parameters:
position - Position of an IAttribute object
Returns:
IAttribute object


Copyright © 2010 by Thilo Brandt. All Rights Reserved.