public class GAction extends ParametrableImpl implements CheckableValidity
Modifier and Type | Field and Description |
---|---|
GActionType |
type
The type of action
|
Constructor and Description |
---|
GAction(GActionType type)
Build an instance of GAction considering the given type.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isValid()
Check if the action is valid with regards to the parameters required to be specified.
|
addParameter, clear, existsParam, getParameter, getParams, removeParameter
public GActionType type
public GAction(GActionType type)
type
- the type of actionpublic boolean isValid()
isValid
in interface CheckableValidity
Copyright © 2014. All rights reserved.