|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IndexedProperty
This class describes information of a bean's indexed properties.
| Method Summary | |
|---|---|
Class |
getIndexedType()
Get the class of the indexed elements. |
Object |
getValue(int i)
Get the value of the indexed element. |
boolean |
isIndexReadOnly()
Test if readonly at index level. |
void |
setValue(int i,
Object arg)
Set the value of the element with given index. |
| Methods inherited from interface com.atomikos.beans.Property |
|---|
getAllowedValues, getDescription, getEditor, getIndexedProperty, getName, getType, getValue, isExpert, isHidden, isPreferred, isReadOnly, setValue |
| Method Detail |
|---|
Object getValue(int i)
throws PropertyException
i - The index.
PropertyException - On error.boolean isIndexReadOnly()
void setValue(int i,
Object arg)
throws ReadOnlyException,
PropertyException
i - The index.arg - The element value.
ReadOnlyException - If no appropriate setters.
PropertyException - If the set fails.Class getIndexedType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||