Lizzy v1.1.1

christophedelory.playlist.asx
Interface AsxElementContainer

All Known Implementing Classes:
Asx, Event, Repeat

public interface AsxElementContainer

The definition of a container of ASX elements.

Version:
$Revision: 92 $
Author:
Christophe Delory

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

addAsxElement

void addAsxElement(AsxElement asxElement)
Adds an ASX element to this container.

Parameters:
asxElement - an ASX element. Shall not be null
Throws:
NullPointerException - if asxElement is null.
IllegalStateException - if the specified element is not valid here.
See Also:
getAsxElements()

getAsxElements

List<AsxElement> getAsxElements()
Returns the list of ASX elements defined in this container.

Returns:
a list of ASX elements. May be empty but not null.
See Also:
addAsxElement(christophedelory.playlist.asx.AsxElement)

© 2008-2009 Christophe Delory

Copyright © 2008-2009 Christophe Delory. All Rights Reserved.