public abstract class DRGElement extends NamedElement implements DynamicReadOnly, HasContentDefinitionId
DMNElement.ExtensionElementsDMNModelInstrumentedBase.BaseNodeBuilder<T extends DMNModelInstrumentedBase>, DMNModelInstrumentedBase.NamespaceDynamicReadOnly.ReadOnly| Modifier and Type | Field and Description |
|---|---|
protected boolean |
allowOnlyVisualChange |
protected DocumentationLinksHolder |
linksHolder |
name, nameHolderdescription, id| Constructor and Description |
|---|
DRGElement() |
DRGElement(Id id,
Description description,
Name name) |
| Modifier and Type | Method and Description |
|---|---|
String |
getContentDefinitionId() |
String |
getDiagramId() |
DocumentationLinksHolder |
getLinksHolder() |
DynamicReadOnly.ReadOnly |
getReadOnly(String fieldName) |
boolean |
isAllowOnlyVisualChange() |
protected boolean |
isReadonlyField(String fieldName) |
void |
setAllowOnlyVisualChange(boolean allowOnlyVisualChange) |
void |
setContentDefinitionId(String contentDefinitionId) |
void |
setDiagramId(String dmnDiagramId) |
void |
setLinksHolder(DocumentationLinksHolder linksHolder) |
getName, getNameHolder, setName, setNameHoldergetDescription, getExtensionElements, getId, setDescription, setExtensionElements, setIdgetAdditionalAttributes, getDefaultNamespace, getNsContext, getParent, getPrefixForNamespaceURI, setAdditionalAttributes, setParentprotected boolean allowOnlyVisualChange
protected DocumentationLinksHolder linksHolder
public DRGElement()
public DRGElement(Id id, Description description, Name name)
public void setAllowOnlyVisualChange(boolean allowOnlyVisualChange)
setAllowOnlyVisualChange in interface DynamicReadOnlypublic boolean isAllowOnlyVisualChange()
isAllowOnlyVisualChange in interface DynamicReadOnlypublic DynamicReadOnly.ReadOnly getReadOnly(String fieldName)
getReadOnly in interface DynamicReadOnlypublic String getContentDefinitionId()
getContentDefinitionId in interface HasContentDefinitionIdpublic String getDiagramId()
getDiagramId in interface HasContentDefinitionIdpublic void setDiagramId(String dmnDiagramId)
setDiagramId in interface HasContentDefinitionIdpublic void setContentDefinitionId(String contentDefinitionId)
setContentDefinitionId in interface HasContentDefinitionIdprotected boolean isReadonlyField(String fieldName)
public DocumentationLinksHolder getLinksHolder()
public void setLinksHolder(DocumentationLinksHolder linksHolder)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.