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 boolean enabled
public OutputFormatDescriptor()
public boolean isEnabled()
public String getChainId()
public String getMimeType()
public OutputFormatDescriptor clone()
public void merge(OutputFormatDescriptor srcOutFormat)
Copyright © 2018 Nuxeo. All rights reserved.