com.microfocus.cobol.connector.cci.IndexedRecord
Cloneable, Collection, IndexedRecord, List, Record, Serializable
Method Summary | |
---|---|
void | add(int index,
Object element)
See java.util.List for documentation |
boolean | add(Object o)
See java.util.List for documentation |
boolean | addAll(Collection c)
See java.util.List for documentation |
boolean | addAll(int index,
Collection c)
See java.util.List for documentation |
void | addElement(Object o)
See java.util.List for documentation |
int | capacity()
See java.util.List for documentation |
void | clear()
See java.util.List for documentation |
Object | clone()
Clone the custom record instance. |
boolean | contains(Object elem)
See java.util.List for documentation |
boolean | containsAll(Collection c)
See java.util.List for documentation |
boolean | equals(Object other)
Is this record equal to the other record? |
Object | get(int index)
See java.util.List for documentation |
String | getRecordName()
Get the record name. |
String | getRecordShortDescription()
Get a short description of the record. |
int | hashCode()
Return a hash code for the Custom Record instance. |
int | indexOf(Object elem)
See java.util.List for documentation |
int | indexOf(Object elem, int index)
See java.util.List for documentation |
boolean | isEmpty()
See java.util.List for documentation |
Iterator | iterator()
See java.util.List for documentation |
Object | lastElement()
See java.util.List for documentation |
int | lastIndexOf(Object elem)
See java.util.List for documentation |
int | lastIndexOf(Object elem, int index)
See java.util.List for documentation |
ListIterator | listIterator()
See java.util.List for documentation |
ListIterator | listIterator(int index)
See java.util.List for documentation |
Object | remove(int index)
See java.util.List for documentation |
boolean | remove(Object o)
See java.util.List for documentation |
boolean | removeAll(Collection c)
See java.util.List for documentation |
boolean | retainAll(Collection c)
See java.util.List for documentation |
Object | set(int index,
Object element)
See java.util.List for documentation |
void | setRecordName(String name)
Set the record name. |
void | setRecordShortDescription(String description)
Set the short description of the record |
int | size()
See java.util.List for documentation |
List | subList(int fromIndex, int toIndex)
See java.util.List for documentation |
Object[] | toArray()
See java.util.List for documentation |
Object[] | toArray(Object[] a)
See java.util.List for documentation |
String | toString()
See java.util.List for documentation |
void | trimToSize()
See java.util.List for documentation |
public IndexedRecord()
Create a new IndexedRecord instance.
public IndexedRecord(String name)
Create a new IndexedRecord instance.
name | The name of the indexed record. |
public String getRecordName()
Get the record name.
public void setRecordName(String name)
Set the record name.
name | The record name. |
public String getRecordShortDescription()
Get a short description of the record .
public void setRecordShortDescription(String description)
Set a short description of the record.
description | 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.