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