GLG Toolkit, Java Class Library  Version 4.5
GlgTagAccessType

Specifies tag access type. More...

Detailed Description

Specifies tag access type.

Constants

static final int CUSTOM_ACCESS_TAG = 8
 Custom tag access type constant for programmatic use. More...
 
static final int INIT_ONLY_TAG = 1
 Tag access type constant. More...
 
static final int INPUT_TAG = 0
 Tag access type constant. More...
 
static final int OUTPUT_TAG = 2
 Tag access type constant. More...
 

Variable Documentation

◆ CUSTOM_ACCESS_TAG

final int CUSTOM_ACCESS_TAG = 8
static

Custom tag access type constant for programmatic use.

◆ INIT_ONLY_TAG

final int INIT_ONLY_TAG = 1
static

Tag access type constant.

◆ INPUT_TAG

final int INPUT_TAG = 0
static

Tag access type constant.

◆ OUTPUT_TAG

final int OUTPUT_TAG = 2
static

Tag access type constant.