com.loribel.commons.abstraction
Interface GB_ValuesOwnerSet

All Known Implementing Classes:
GB_BOValueMulti

public interface GB_ValuesOwnerSet

Abstraction of object that have read-write value.

Author:
Gregory Borelli

Method Summary
 void addAllValueItem(java.util.Collection a_values)
          Add somes value items to the the list of values
 boolean addValueItem(java.lang.Object a_value)
          Add a value item to the the list of values
 boolean addValueItem(java.lang.Object a_value, int a_index)
           
 int indexOf(java.lang.Object a_value)
          Returns the index of the value a_value.
 void removeAllValueItems()
          Remove all the value items from the list of values.
 boolean removeValueItem(java.lang.Object a_value)
          Remove a value item from the list of values.
 

Method Detail

addAllValueItem

public void addAllValueItem(java.util.Collection a_values)
Add somes value items to the the list of values

Parameters:
a_values - Collection -

addValueItem

public boolean addValueItem(java.lang.Object a_value)
Add a value item to the the list of values

Parameters:
a_value - Object -
Returns:
boolean

addValueItem

public boolean addValueItem(java.lang.Object a_value,
                            int a_index)

indexOf

public int indexOf(java.lang.Object a_value)
Returns the index of the value a_value.


removeAllValueItems

public void removeAllValueItems()
Remove all the value items from the list of values.


removeValueItem

public boolean removeValueItem(java.lang.Object a_value)
Remove a value item from the list of values.

Parameters:
a_value - Object -
Returns:
boolean


Copyright © 2002-2007 Gregory Borelli [Loribel]. All Rights Reserved.