|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ValueRangeType>
org.drools.planner.api.domain.variable.ValueRangeType
public enum ValueRangeType
Enum Constant Summary | |
---|---|
FROM_PLANNING_ENTITY_PROPERTY
The planning value range for the planning variable is defined by a property on the planning entity. |
|
FROM_SOLUTION_PROPERTY
The planning value range for the planning variable is defined by a property on the Solution . |
|
UNDEFINED
The planning value range for the planning variable is undefined. |
Method Summary | |
---|---|
static ValueRangeType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ValueRangeType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final ValueRangeType FROM_SOLUTION_PROPERTY
Solution
.
public static final ValueRangeType FROM_PLANNING_ENTITY_PROPERTY
public static final ValueRangeType UNDEFINED
Method Detail |
---|
public static ValueRangeType[] values()
for (ValueRangeType c : ValueRangeType.values()) System.out.println(c);
public static ValueRangeType valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |