Class ValuePlaceHolder
- java.lang.Object
-
- org.drools.workbench.screens.guided.dtable.backend.server.conversion.util.ValuePlaceHolder
-
public class ValuePlaceHolder extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classValuePlaceHolder.Type
-
Constructor Summary
Constructors Constructor Description ValuePlaceHolder(ValuePlaceHolder.Type type, String value)
-
-
-
Constructor Detail
-
ValuePlaceHolder
public ValuePlaceHolder(ValuePlaceHolder.Type type, String value)
-
-
Method Detail
-
getType
public ValuePlaceHolder.Type getType()
-
getValue
public String getValue()
-
-