Class SmilMediaObjectImpl
java.lang.Object
org.opencastproject.smil.entity.SmilObjectImpl
org.opencastproject.smil.entity.media.SmilMediaObjectImpl
- All Implemented Interfaces:
SmilObject,SmilMediaObject
- Direct Known Subclasses:
SmilMediaContainerImpl,SmilMediaElementImpl
SmilMediaObject implementation.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract booleanReturnstrueif this element is an container for other media elements.Methods inherited from class org.opencastproject.smil.entity.SmilObjectImpl
getElementOrNull, getId, getIdPrefix, putAllChilds, removeElementMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opencastproject.smil.entity.api.SmilObject
getId
-
Constructor Details
-
SmilMediaObjectImpl
public SmilMediaObjectImpl()
-
-
Method Details
-
isContainer
public abstract boolean isContainer()Returnstrueif this element is an container for other media elements.- Specified by:
isContainerin interfaceSmilMediaObject- Returns:
- true if container for other media elements
-