Package org.kie.dmn.model.v1_3.dmndi
Class Style
- java.lang.Object
-
- org.kie.dmn.model.v1_3.KieDMNModelInstrumentedBase
-
- org.kie.dmn.model.v1_3.dmndi.Style
-
- All Implemented Interfaces:
Style,DMNModelInstrumentedBase
- Direct Known Subclasses:
DMNStyle,Style.IDREFStubStyle
public abstract class Style extends KieDMNModelInstrumentedBase implements Style
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStyle.Extensionstatic classStyle.IDREFStubStyle
-
Constructor Summary
Constructors Constructor Description Style()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Style.ExtensiongetExtension()Gets the value of the extension property.StringgetId()Gets the value of the id property.voidsetExtension(Style.Extension value)Sets the value of the extension property.voidsetId(String value)Sets the value of the id property.-
Methods inherited from class org.kie.dmn.model.v1_3.KieDMNModelInstrumentedBase
addChildren, findAllChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, setAdditionalAttributes, setLocation, setParent
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.kie.dmn.model.api.DMNModelInstrumentedBase
addChildren, findAllChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, recurseNsKeys, setAdditionalAttributes, setLocation, setParent
-
-
-
-
Field Detail
-
extension
protected Style.Extension extension
-
id
protected String id
-
-
Method Detail
-
getExtension
public Style.Extension getExtension()
Gets the value of the extension property.- Specified by:
getExtensionin interfaceStyle- Returns:
- possible object is
Style.Extension
-
setExtension
public void setExtension(Style.Extension value)
Sets the value of the extension property.- Specified by:
setExtensionin interfaceStyle- Parameters:
value- allowed object isStyle.Extension
-
getId
public String getId()
Gets the value of the id property.
-
-