|
Oracle Application Development Framework Model and Business Components Java API Reference
10g Release 3 (10.1.3) B16005-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.jbo.uicli.migration.AttributeList
oracle.jbo.uicli.migration.AttributeList
This class is for save the fields of table,
| Constructor Summary | |
AttributeList()Creates an empty attribute list. |
|
AttributeList(int size)Constructs a new attribute list with a specified initial capacity. |
|
| Method Summary | |
void |
addAttribute(java.lang.String name, java.lang.Object value)add a new the value for the named attribute. |
java.lang.Object |
getAttribute(int index)Gets the value of an attribute identified by its index. |
java.lang.Object |
getAttribute(java.lang.String name)Gets the value of an attribute identified by name. |
int |
getAttributeCount()Counts the attributes. |
int |
getAttributeIndexOf(java.lang.String name)Gets the index of a named attribute. |
java.lang.String |
getName(int index)Gets the name of an attribute identified by its index. |
java.lang.String[] |
getNameArray()Gets the names of the attributes. |
java.lang.Object[] |
getObjectArray()Gets the values of the attributes. |
java.lang.String |
getStringAttribute(int index)Gets the string value of an attribute identified by its index. |
java.lang.String |
getStringAttribute(java.lang.String name)Gets the string value of an attribute identified by name. |
boolean |
removeAttribute(int index)Remove the index of a named attribute. |
boolean |
removeAttribute(java.lang.Object rObject) |
void |
setAttribute(int index, java.lang.Object value)Sets the value for the specified attribute. |
void |
setAttribute(java.lang.String name, java.lang.Object value)Sets the value for the named attribute. |
boolean |
setName(int index, java.lang.String name)Gets the name of an attribute identified by its index. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AttributeList()
public AttributeList(int size)
size - the initial cacpacity.| Method Detail |
public java.lang.String[] getNameArray()
public java.lang.Object[] getObjectArray()
public java.lang.String getName(int index)
index - the attribute's index.null if index is out of range.
public boolean setName(int index,
java.lang.String name)
index - the attribute's index.name - the attribute's name.false if index is out of range.public java.lang.Object getAttribute(int index)
index - the attribute's index.null if index is out of range.public java.lang.Object getAttribute(java.lang.String name)
name - the attribute's name.null if index is out of range.public java.lang.String getStringAttribute(int index)
index - the attribute's index.null if index is out of range.public java.lang.String getStringAttribute(java.lang.String name)
name - the attribute's name.null if index is out of range.
public void setAttribute(int index,
java.lang.Object value)
index - the attribute index.value - the attribute's new value.
public void addAttribute(java.lang.String name,
java.lang.Object value)
name - the attribute name.value - the attribute's new value.
public void setAttribute(java.lang.String name,
java.lang.Object value)
name - the attribute name.value - the attribute's new value.public int getAttributeCount()
public int getAttributeIndexOf(java.lang.String name)
public boolean removeAttribute(int index)
public boolean removeAttribute(java.lang.Object rObject)
|
Oracle Application Development Framework Model and Business Components Java API Reference
10g Release 3 (10.1.3) B16005-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||