public class DocConfigDescriptor extends Object
| Modifier and Type | Field and Description | 
|---|---|
protected String | 
automationChain  | 
protected String | 
docType  | 
protected String | 
name  | 
protected String | 
parent  | 
protected String | 
tagName  | 
protected boolean | 
update  | 
| Constructor and Description | 
|---|
DocConfigDescriptor()  | 
DocConfigDescriptor(String tagName,
                   String docType,
                   String parent,
                   String name)  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getAutomationChain()  | 
String | 
getDocType()  | 
String | 
getName()  | 
String | 
getParent()  | 
String | 
getTagName()  | 
boolean | 
getUpdate()  | 
String | 
toString()  | 
protected String automationChain
protected boolean update
public DocConfigDescriptor()
public DocConfigDescriptor(String tagName, String docType, String parent, String name)
public String getTagName()
public String getDocType()
public boolean getUpdate()
public String getAutomationChain()
Copyright © 2019 Nuxeo. All rights reserved.