Package org.kie.dmn.model.v1_3.dmndi
Class Style.Extension
- java.lang.Object
-
- org.kie.dmn.model.v1_3.dmndi.Style.Extension
-
- All Implemented Interfaces:
Style.Extension
- Enclosing class:
- Style
public static class Style.Extension extends java.lang.Object implements Style.Extension
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<java.lang.Object>any
-
Constructor Summary
Constructors Constructor Description Extension()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.Object>getAny()Gets the value of the any property.
-
-
-
Method Detail
-
getAny
public java.util.List<java.lang.Object> getAny()
Gets the value of the any property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the any property.For example, to add a new item, do as follows:
getAny().add(newItem);Objects of the following type(s) are allowed in the list
ObjectElement- Specified by:
getAnyin interfaceStyle.Extension
-
-