Serializable, Cloneable, Iterable, Collection, List, javax.resource.cci.IndexedRecord, javax.resource.cci.Record
public class MFECIIndexedRecord
extends Object
public IndexedRecord()
public IndexedRecord(String name)
Create a new IndexedRecord instance.
public String getRecordName()
public void setRecordName(String name)
public String getRecordShortDescription()
Get a short description of the record .
public void setRecordShortDescription(String description)
Set a short description of the record.
public boolean equals(Object other)
Is this record equal to the other record.
public int hashCode()
Return a hash code for the Custom Recod instance.
public Object clone() throws CloneNotSupportedException
Clone the custom record instance.
public void add(int, index
Object element)
See java.util.List for documentation.
public boolean add(Object o)
See java.util.List for documentation.
public boolean addAll(Collection c)
See java.util.List for documentation.
public boolean addAll(int index,
Collection c)
See java.util.List for documentation.
public void addElement(Object o)
See java.util.List for documentation.
public int capacity()
See java.util.List for documentation.
public int clear()
See java.util.List for documentation.
public boolean contains(Object elem)
See java.util.List for documentation.
public boolean containsAll(Collection c)
See java.util.List for documentation.
public Object get(int index)
See java.util.List for documentation.
public int indexOf(Object elem)
See java.util.List for documentation.
public int indexOf(Object elem,
int index)
See java.util.List for documentation.
public boolean isEmpty()
See java.util.List for documentation.
public Iterator iterator()
See java.util.List for documentation.
public ListIterator listIterator()
See java.util.List for documentation.
public ListIterator listIterator(int index)
See java.util.List for documentation.
public Object lastElement()
See java.util.List for documentation.
public int lastIndexOf(Object elem)
See java.util.List for documentation.
public int lastIndexOf(Object elem,
int index)
See java.util.List for documentation.
public Object remove(int index)
See java.util.List for documentation.
public boolean remove(Object o)
See java.util.List for documentation.
public boolean removeAll(Collection c)
See java.util.List for documentation.
public boolean retainAll(Collection c)
See java.util.List for documentation.
public Object set(int index, Object element)
See java.util.List for documentation.
public int size()
See java.util.List for documentation.
public int size()
See java.util.List for documentation.
public List subList(int fromIndex, int toIndex)
See java.util.List for documentation.
public List subList(int fromIndex, int toIndex)
See java.util.List for documentation.
public Object[] toArray()
See java.util.List for documentation.
public Object[] toArray(Object[] a)
See java.util.List for documentation.
public String toString()
See java.util.List for documentation.
public void trimToSize()
See java.util.List for documentation.