public class OutputFormatDescriptor extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
chainId |
protected boolean |
enabled |
protected String |
id |
protected String |
label |
protected static org.apache.commons.logging.Log |
log |
protected String |
mimeType |
| Constructor and Description |
|---|
OutputFormatDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
OutputFormatDescriptor |
clone() |
String |
getChainId() |
String |
getId() |
String |
getLabel() |
String |
getMimeType() |
boolean |
isEnabled() |
void |
merge(OutputFormatDescriptor srcOutFormat) |
protected static final org.apache.commons.logging.Log log
protected String id
protected String label
protected boolean enabled
protected String chainId
protected String mimeType
public String getId()
public String getLabel()
public boolean isEnabled()
public String getChainId()
public String getMimeType()
public OutputFormatDescriptor clone()
public void merge(OutputFormatDescriptor srcOutFormat)
Copyright © 2019 Nuxeo SA. All rights reserved.