|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HasBibliographicReferences
Nested Class Summary | |
---|---|
static class |
HasBibliographicReferences.BibliographicReferences_list
Inner list class for holding multiple entries for attribute bibliographicReferences. |
Method Summary | |
---|---|
void |
addToBibliographicReferences(BibliographicReference bibliographicReference)
Method to add BibliographicReference to BibliographicReferences_list |
void |
addToBibliographicReferences(int position,
BibliographicReference bibliographicReference)
Method to add BibliographicReference at position to BibliographicReferences_list |
HasBibliographicReferences.BibliographicReferences_list |
getBibliographicReferences()
Get method for bibliographicReferences |
BibliographicReference |
getFromBibliographicReferences(int position)
Method to get BibliographicReference from BibliographicReferences_list |
void |
removeElementAtFromBibliographicReferences(int position)
Method to remove by position from BibliographicReferences_list |
void |
removeFromBibliographicReferences(BibliographicReference bibliographicReference)
Method to remove first BibliographicReference from BibliographicReferences_list |
void |
setBibliographicReferences(HasBibliographicReferences.BibliographicReferences_list bibliographicReferences)
Set method for bibliographicReferences |
Method Detail |
---|
void setBibliographicReferences(HasBibliographicReferences.BibliographicReferences_list bibliographicReferences)
value
- to setHasBibliographicReferences.BibliographicReferences_list getBibliographicReferences()
void addToBibliographicReferences(BibliographicReference bibliographicReference)
void addToBibliographicReferences(int position, BibliographicReference bibliographicReference)
BibliographicReference getFromBibliographicReferences(int position)
void removeElementAtFromBibliographicReferences(int position)
void removeFromBibliographicReferences(BibliographicReference bibliographicReference)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |