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 OutputFormatDescriptor
clone()
String
getChainId()
String
getId()
String
getLabel()
String
getMimeType()
boolean
isEnabled()
void
merge(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)
-
-