public abstract class DiagramElement extends KieDMNModelInstrumentedBase implements DiagramElement
| Modifier and Type | Class and Description |
|---|---|
static class |
DiagramElement.Extension |
| Modifier and Type | Field and Description |
|---|---|
protected DiagramElement.Extension |
extension |
protected String |
id |
protected Style |
sharedStyle |
protected Style |
style |
| Constructor and Description |
|---|
DiagramElement() |
| Modifier and Type | Method and Description |
|---|---|
DiagramElement.Extension |
getExtension()
Gets the value of the extension property.
|
String |
getId()
Gets the value of the id property.
|
Style |
getSharedStyle()
Gets the value of the sharedStyle property.
|
Style |
getStyle()
an optional locally-owned style for this diagram element.
|
void |
setExtension(DiagramElement.Extension value)
Sets the value of the extension property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setSharedStyle(Style value)
Sets the value of the sharedStyle property.
|
void |
setStyle(Style value)
Sets the value of the style property.
|
addChildren, findAllChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, setAdditionalAttributes, setLocation, setParentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddChildren, findAllChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, setAdditionalAttributes, setLocation, setParentprotected DiagramElement.Extension extension
protected Style style
protected Style sharedStyle
protected String id
public DiagramElement.Extension getExtension()
getExtension in interface DiagramElementDiagramElement.Extensionpublic void setExtension(DiagramElement.Extension value)
setExtension in interface DiagramElementvalue - allowed object is
DiagramElement.Extensionpublic Style getStyle()
getStyle in interface DiagramElementJAXBElement<DMNStyle>
JAXBElement<Style>public void setStyle(Style value)
setStyle in interface DiagramElementvalue - allowed object is
JAXBElement<DMNStyle>
JAXBElement<Style>public Style getSharedStyle()
getSharedStyle in interface DiagramElementObjectpublic void setSharedStyle(Style value)
setSharedStyle in interface DiagramElementvalue - allowed object is
Objectpublic String getId()
getId in interface DiagramElementStringpublic void setId(String value)
setId in interface DiagramElementvalue - allowed object is
StringCopyright © 2001–2019 JBoss by Red Hat. All rights reserved.