org.drools.examples.helloworld
Class HelloWorldExample.Message
java.lang.Object
org.drools.examples.helloworld.HelloWorldExample.Message
- Enclosing class:
- HelloWorldExample
public static class HelloWorldExample.Message
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HELLO
public static final int HELLO
- See Also:
- Constant Field Values
GOODBYE
public static final int GOODBYE
- See Also:
- Constant Field Values
HelloWorldExample.Message
public HelloWorldExample.Message()
getMessage
public String getMessage()
setMessage
public void setMessage(String message)
getStatus
public int getStatus()
setStatus
public void setStatus(int status)
doSomething
public static HelloWorldExample.Message doSomething(HelloWorldExample.Message message)
isSomething
public boolean isSomething(String msg,
List<Object> list)
Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.