Uses of Class
org.eclipse.mtj.api.enumerations.ActionType

Packages that use ActionType
org.eclipse.mtj.api.enumerations   
org.eclipse.mtj.api.extension   
 

Uses of ActionType in org.eclipse.mtj.api.enumerations
 

Fields in org.eclipse.mtj.api.enumerations declared as ActionType
static ActionType ActionType.ACTION_TYPE_DEBUG_LITERAL
          The 'ACTION TYPE DEBUG' literal object.
static ActionType ActionType.ACTION_TYPE_ELSE_IF_LITERAL
          The 'ACTION TYPE ELSE IF' literal object.
static ActionType ActionType.ACTION_TYPE_IF_ELSE_LITERAL
          The 'ACTION TYPE IF ELSE' literal object.
static ActionType ActionType.ACTION_TYPE_IF_NOT_LITERAL
          The 'ACTION TYPE IF NOT' literal object.
static ActionType ActionType.ACTION_TYPE_NOT_LITERAL
          The 'ACTION TYPE NOT' literal object.
 

Methods in org.eclipse.mtj.api.enumerations that return ActionType
static ActionType ActionType.get(int value)
          Returns the 'Action Type' literal with the specified value.
static ActionType ActionType.get(java.lang.String name)
          Returns the 'Action Type' literal with the specified name.
 

Uses of ActionType in org.eclipse.mtj.api.extension
 

Methods in org.eclipse.mtj.api.extension with parameters of type ActionType
 java.lang.String ProprocessingProvider.getCodeTemplate(ActionType actionType, Condition condition)
          Get code template for a given processing condition.