public abstract class DRGElement extends NamedElement implements DynamicReadOnly
DMNElement.ExtensionElements
DMNModelInstrumentedBase.BaseNodeBuilder<T extends DMNModelInstrumentedBase>, DMNModelInstrumentedBase.Namespace
DynamicReadOnly.ReadOnly
Modifier and Type | Field and Description |
---|---|
protected boolean |
allowOnlyVisualChange |
protected DocumentationLinksHolder |
linksHolder |
name, nameHolder
description, id
Constructor and Description |
---|
DRGElement() |
DRGElement(Id id,
Description description,
Name name) |
Modifier and Type | Method and Description |
---|---|
DocumentationLinksHolder |
getLinksHolder() |
DynamicReadOnly.ReadOnly |
getReadOnly(String fieldName) |
boolean |
isAllowOnlyVisualChange() |
protected boolean |
isReadonlyField(String fieldName) |
void |
setAllowOnlyVisualChange(boolean allowOnlyVisualChange) |
void |
setLinksHolder(DocumentationLinksHolder linksHolder) |
getName, getNameHolder, setName, setNameHolder
getDescription, getExtensionElements, getId, setDescription, setExtensionElements, setId
getAdditionalAttributes, getDefaultNamespace, getNsContext, getParent, getPrefixForNamespaceURI, setAdditionalAttributes, setParent
protected boolean allowOnlyVisualChange
protected DocumentationLinksHolder linksHolder
public DRGElement()
public DRGElement(Id id, Description description, Name name)
public void setAllowOnlyVisualChange(boolean allowOnlyVisualChange)
setAllowOnlyVisualChange
in interface DynamicReadOnly
public boolean isAllowOnlyVisualChange()
isAllowOnlyVisualChange
in interface DynamicReadOnly
public DynamicReadOnly.ReadOnly getReadOnly(String fieldName)
getReadOnly
in interface DynamicReadOnly
protected boolean isReadonlyField(String fieldName)
public DocumentationLinksHolder getLinksHolder()
public void setLinksHolder(DocumentationLinksHolder linksHolder)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.