GLG Toolkit, Java Class Library  Version 4.5
GlgArmedStateType

Choices of the armed_state parameter of the GetAction method that controls selection of the returned action object. More...

Detailed Description

Choices of the armed_state parameter of the GetAction method that controls selection of the returned action object.

Constants

static final int ANY_ARMED_STATE = 0
 Select an action regardless of the settings of its ProcessArmed attribute. More...
 
static final int ARMED_ONLY_STATE = 1
 Select an action with ProcessArmed set to ARMED_ONLY. More...
 
static final int SKIP_ARMED_ONLY_STATE = 3
 Select any action except ones with ProcessArmed set to ARMED_ONLY. More...
 
static final int SKIP_UNARMED_ONLY_STATE = 4
 Select any action except ones with ProcessArmed set to UNARMED_ONLY. More...
 
static final int UNARMED_ONLY_STATE = 2
 Select an action with ProcessArmed set to UNARMED_ONLY. More...
 

Variable Documentation

◆ ANY_ARMED_STATE

final int ANY_ARMED_STATE = 0
static

Select an action regardless of the settings of its ProcessArmed attribute.

◆ ARMED_ONLY_STATE

final int ARMED_ONLY_STATE = 1
static

Select an action with ProcessArmed set to ARMED_ONLY.

◆ SKIP_ARMED_ONLY_STATE

final int SKIP_ARMED_ONLY_STATE = 3
static

Select any action except ones with ProcessArmed set to ARMED_ONLY.

◆ SKIP_UNARMED_ONLY_STATE

final int SKIP_UNARMED_ONLY_STATE = 4
static

Select any action except ones with ProcessArmed set to UNARMED_ONLY.

◆ UNARMED_ONLY_STATE

final int UNARMED_ONLY_STATE = 2
static

Select an action with ProcessArmed set to UNARMED_ONLY.