|
Lizzy v1.1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AsxElementContainer
The definition of a container of ASX elements
.
Method Summary | |
---|---|
void |
addAsxElement(AsxElement asxElement)
Adds an ASX element to this container. |
List<AsxElement> |
getAsxElements()
Returns the list of ASX elements defined in this container. |
Method Detail |
---|
void addAsxElement(AsxElement asxElement)
asxElement
- an ASX element. Shall not be null
NullPointerException
- if asxElement
is null
.
IllegalStateException
- if the specified element is not valid here.getAsxElements()
List<AsxElement> getAsxElements()
null
.addAsxElement(christophedelory.playlist.asx.AsxElement)
|
© 2008-2009 Christophe Delory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |