Class TextFormat
- java.lang.Object
-
- org.kie.workbench.common.dmn.api.property.dmn.TextFormat
-
- All Implemented Interfaces:
DMNProperty
@Portable public class TextFormat extends Object implements DMNProperty
-
-
Constructor Summary
Constructors Constructor Description TextFormat()TextFormat(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
-
TextFormat
public TextFormat()
-
TextFormat
public TextFormat(String value)
-
-