Package org.kie.api.builder.model
Interface QualifierModel
-
public interface QualifierModel
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QualifierModel
addArgument(String key, String value)
Map<String,String>
getArguments()
String
getType()
String
getValue()
void
setValue(String value)
-