Package org.drools.examples.helloworld
Class HelloWorldExample.Message
java.lang.Object
org.drools.examples.helloworld.HelloWorldExample.Message
- Enclosing class:
- HelloWorldExample
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic HelloWorldExample.MessagedoSomething(HelloWorldExample.Message message) intbooleanisSomething(String msg, List<Object> list) voidsetMessage(String message) voidsetStatus(int status)
-
Field Details
-
HELLO
public static final int HELLO- See Also:
-
GOODBYE
public static final int GOODBYE- See Also:
-
-
Constructor Details
-
Message
public Message()
-
-
Method Details
-
getMessage
-
setMessage
-
getStatus
public int getStatus() -
setStatus
public void setStatus(int status) -
doSomething
-
isSomething
-