Class ConstraintTypeProperty
- java.lang.Object
-
- org.kie.workbench.common.dmn.api.property.dmn.ConstraintTypeProperty
-
- All Implemented Interfaces:
DMNProperty
@Portable public class ConstraintTypeProperty extends Object implements DMNProperty
-
-
Constructor Summary
Constructors Constructor Description ConstraintTypeProperty()ConstraintTypeProperty(String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetValue()inthashCode()voidsetValue(String value)
-
-
-
Constructor Detail
-
ConstraintTypeProperty
public ConstraintTypeProperty()
-
ConstraintTypeProperty
public ConstraintTypeProperty(String value)
-
-