Package org.kie.dmn.api.core
Interface DMNMetadata
public interface DMNMetadata
-
Method Summary
-
Method Details
-
set
Sets or changes the value of an attribute- Parameters:
name- the attribute namevalue- the attribute value- Returns:
- the previous value associated with the name if present, null otherwise
-
get
Returns an attribute associated with this meta data by name.- Parameters:
name- the attribute name- Returns:
- the attribute object
-
asMap
- Returns:
- a read-only map of attributes.
-