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, setParent
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addChildren, findAllChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, recurseNsKeys, setAdditionalAttributes, setLocation, setParent
protected DiagramElement.Extension extension
protected Style style
protected Style sharedStyle
protected String id
public DiagramElement.Extension getExtension()
getExtension
in interface DiagramElement
DiagramElement.Extension
public void setExtension(DiagramElement.Extension value)
setExtension
in interface DiagramElement
value
- allowed object is
DiagramElement.Extension
public Style getStyle()
getStyle
in interface DiagramElement
JAXBElement
<
DMNStyle
>
JAXBElement
<
Style
>
public void setStyle(Style value)
setStyle
in interface DiagramElement
value
- allowed object is
JAXBElement
<
DMNStyle
>
JAXBElement
<
Style
>
public Style getSharedStyle()
getSharedStyle
in interface DiagramElement
Object
public void setSharedStyle(Style value)
setSharedStyle
in interface DiagramElement
value
- allowed object is
Object
public String getId()
getId
in interface DiagramElement
String
public void setId(String value)
setId
in interface DiagramElement
value
- allowed object is
String
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.