Package org.flowable.dmn.model
Class DmnExtensionAttribute
java.lang.Object
org.flowable.dmn.model.DmnExtensionAttribute
- Author:
- Bassam Al-Sarori
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDmnExtensionAttribute
(String name) DmnExtensionAttribute
(String namespace, String name) -
Method Summary
Modifier and TypeMethodDescriptionclone()
getName()
getValue()
void
void
setNamespace
(String namespace) void
setNamespacePrefix
(String namespacePrefix) void
void
setValues
(DmnExtensionAttribute otherAttribute) toString()
-
Field Details
-
name
-
value
-
namespacePrefix
-
namespace
-
-
Constructor Details
-
DmnExtensionAttribute
public DmnExtensionAttribute() -
DmnExtensionAttribute
-
DmnExtensionAttribute
-
-
Method Details