public abstract class Diagram extends DiagramElement implements Diagram
DiagramElement.Extension
DiagramElement.Extension
Modifier and Type | Field and Description |
---|---|
protected String |
documentation |
protected String |
name |
protected Double |
resolution |
extension, id, sharedStyle, style
Constructor and Description |
---|
Diagram() |
Modifier and Type | Method and Description |
---|---|
String |
getDocumentation()
Gets the value of the documentation property.
|
String |
getName()
Gets the value of the name property.
|
Double |
getResolution()
Gets the value of the resolution property.
|
void |
setDocumentation(String value)
Sets the value of the documentation property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setResolution(Double value)
Sets the value of the resolution property.
|
getExtension, getId, getSharedStyle, getStyle, setExtension, setId, setSharedStyle, setStyle
addChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, setAdditionalAttributes, setLocation, setParent
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getExtension, getId, getSharedStyle, getStyle, setExtension, setId, setSharedStyle, setStyle
addChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, setAdditionalAttributes, setLocation, setParent
protected String name
protected String documentation
protected Double resolution
public String getName()
public void setName(String value)
public String getDocumentation()
getDocumentation
in interface Diagram
String
public void setDocumentation(String value)
setDocumentation
in interface Diagram
value
- allowed object is
String
public Double getResolution()
getResolution
in interface Diagram
Double
public void setResolution(Double value)
setResolution
in interface Diagram
value
- allowed object is
Double
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.