public class OutputClause extends DmnElement
| Modifier and Type | Field and Description |
|---|---|
protected LiteralExpression |
defaultOutputEntry |
protected String |
name |
protected String |
typeRef |
attributes, description, extensionElements, id, label| Constructor and Description |
|---|
OutputClause() |
| Modifier and Type | Method and Description |
|---|---|
LiteralExpression |
getDefaultOutputEntry() |
String |
getName() |
String |
getTypeRef() |
void |
setDefaultOutputEntry(LiteralExpression defaultOutputEntry) |
void |
setName(String name) |
void |
setTypeRef(String typeRef) |
addAttribute, addExtensionElement, getAttributes, getAttributeValue, getDescription, getExtensionElements, getId, getLabel, setAttributes, setDescription, setExtensionElements, setId, setLabel, setValuesprotected LiteralExpression defaultOutputEntry
protected String name
protected String typeRef
public LiteralExpression getDefaultOutputEntry()
public void setDefaultOutputEntry(LiteralExpression defaultOutputEntry)
public String getName()
public void setName(String name)
public String getTypeRef()
public void setTypeRef(String typeRef)
Copyright © 2017 Alfresco. All rights reserved.