|
XBRLAPIA Java API for XBRL |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FragmentList<F extends Fragment>
| Method Summary | |
|---|---|
void |
addAll(FragmentList<F> list)
Appends a list of fragments to this fragment list. |
void |
addFragment(F fragment)
Adds a specified fragment to the end of the list of fragments. |
F |
getFragment(int index)
Returns the indexth fragment in the collection. |
int |
getLength()
The number of fragments in the list. |
void |
removeFragment(F fragment)
Removes a specified fragment from the list |
| Methods inherited from interface java.util.List |
|---|
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray |
| Method Detail |
|---|
int getLength()
throws XBRLException
AnnotationException
XBRLException
F getFragment(int index)
throws XBRLException
index - The index of the required fragment
indexth position in the
FragmentList, or null if that is not a valid index.
XBRLException
void removeFragment(F fragment)
throws XBRLException
fragment - The fragment to be removed
XBRLException
void addFragment(F fragment)
throws XBRLException
XBRLException - if the fragment cannot be added to the list of fragments
or if the fragment is null.
void addAll(FragmentList<F> list)
throws XBRLException
list - The list of fragments to append to this fragment list.
XBRLException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||