Class DataTypeNotFoundParserMessage
- java.lang.Object
-
- org.drools.workbench.models.guided.dtree.shared.model.parser.messages.DataTypeNotFoundParserMessage
-
- All Implemented Interfaces:
ParserMessage
public class DataTypeNotFoundParserMessage extends Object implements ParserMessage
The data-type of a class's field could not be found
-
-
Constructor Summary
Constructors Constructor Description DataTypeNotFoundParserMessage()DataTypeNotFoundParserMessage(String className, String fieldName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClassName()StringgetFieldName()
-