public abstract class Expression extends DMNElement implements HasTypeRef
DMNElement.ExtensionElements
DMNModelInstrumentedBase.BaseNodeBuilder<T extends DMNModelInstrumentedBase>, DMNModelInstrumentedBase.Namespace
Modifier and Type | Field and Description |
---|---|
protected QName |
typeRef |
description, id
Constructor and Description |
---|
Expression() |
Expression(Id id,
Description description,
QName typeRef) |
Modifier and Type | Method and Description |
---|---|
DMNModelInstrumentedBase |
asDMNModelInstrumentedBase() |
QName |
getTypeRef() |
void |
setTypeRef(QName typeRef) |
getDescription, getExtensionElements, getId, setDescription, setExtensionElements, setId
getAdditionalAttributes, getNsContext, getParent, getPrefixForNamespaceURI, setAdditionalAttributes, setParent
protected QName typeRef
public Expression()
public Expression(Id id, Description description, QName typeRef)
public QName getTypeRef()
getTypeRef
in interface HasTypeRef
public void setTypeRef(QName typeRef)
setTypeRef
in interface HasTypeRef
public DMNModelInstrumentedBase asDMNModelInstrumentedBase()
asDMNModelInstrumentedBase
in interface HasTypeRef
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.