|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Parameter.Direction | |
---|---|
org.weda.action | |
org.weda.action.impl |
Uses of Parameter.Direction in org.weda.action |
---|
Methods in org.weda.action that return Parameter.Direction | |
---|---|
Parameter.Direction |
ActionParameter.getDirection()
Метод возвращет направление воздействия на параметр. |
static Parameter.Direction |
Parameter.Direction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Parameter.Direction[] |
Parameter.Direction.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Uses of Parameter.Direction in org.weda.action.impl |
---|
Methods in org.weda.action.impl that return Parameter.Direction | |
---|---|
Parameter.Direction |
ActionParameterImpl.getDirection()
|
Methods in org.weda.action.impl with parameters of type Parameter.Direction | |
---|---|
void |
ActionParameterImpl.setDirection(Parameter.Direction direction)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |