public class Strategy
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static Strategy |
CALL |
static Strategy |
IF_DONE |
static Strategy |
IF_DONE_OCO |
static Strategy |
OCO |
static Strategy |
SINGLE |
Constructor and Description |
---|
Strategy(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getName() |
int |
hashCode() |
java.lang.String |
toString() |
public static Strategy SINGLE
public static Strategy OCO
public static Strategy IF_DONE
public static Strategy IF_DONE_OCO
public static Strategy CALL
public java.lang.String getName()
public java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2016 Caplin Systems.