KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > pim > database > AggregateField

javax.pim.database
Class AggregateField

java.lang.Object
  |
  +--javax.pim.database.ItemField
        |
        +--javax.pim.database.AggregateField

public void addField(ItemField field)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public AggregateField(java.lang.String name)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean equals(java.lang.Object obj)
See Also:
ItemField
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public ItemField getField(int index)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int hashCode()
See Also:
ItemField
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void insertField(ItemField field,
                        int index)
                 throws java.lang.ArrayIndexOutOfBoundsException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void removeField(int index)
                 throws java.lang.ArrayIndexOutOfBoundsException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setField(ItemField field,
                     int index)
              throws java.lang.ArrayIndexOutOfBoundsException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int size()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public java.lang.String toString()
See Also:
ItemField
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public java.lang.String toString(java.lang.String separator)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags