Package org.opencastproject.composer.api
Class EncodingProfileImpl.Extension
java.lang.Object
org.opencastproject.composer.api.EncodingProfileImpl.Extension
- Enclosing class:
EncodingProfileImpl
An extension property. To read about why this class is necessary, see http://java.net/jira/browse/JAXB-223
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Extension
public Extension()No-arg constructor needed by JAXB -
Extension
Constructs an extension property with a key and a value.- Parameters:
key- the keyvalue- the value
-
Extension
Constructs an extension property with a map entry.- Parameters:
e- the value
-
-
Method Details