Class OutputFormatDescriptor
- java.lang.Object
-
- org.nuxeo.template.api.descriptor.OutputFormatDescriptor
-
public class OutputFormatDescriptor extends Object
-
-
Constructor Summary
Constructors Constructor Description OutputFormatDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OutputFormatDescriptorclone()StringgetChainId()StringgetId()StringgetLabel()StringgetMimeType()booleanisEnabled()voidmerge(OutputFormatDescriptor srcOutFormat)
-
-
-
Method Detail
-
getId
public String getId()
-
getLabel
public String getLabel()
-
isEnabled
public boolean isEnabled()
-
getChainId
public String getChainId()
-
getMimeType
public String getMimeType()
-
clone
public OutputFormatDescriptor clone()
-
merge
public void merge(OutputFormatDescriptor srcOutFormat)
-
-