GLG Toolkit, Java Class Library  Version 4.5
GlgGlobalType

Specifies global type of a data object that controls how it is cloned. More...

Detailed Description

Specifies global type of a data object that controls how it is cloned.

Constants

static final int GLOBAL = 2
 Global type constant. More...
 
static final int LOCAL = 0
 Global type constant. More...
 
static final int SEMI_GLOBAL = 1
 Global type constant. More...
 
static final int UNCONSTRAINED = 3
 Global type constant. More...
 

Variable Documentation

◆ GLOBAL

final int GLOBAL = 2
static

Global type constant.

◆ LOCAL

final int LOCAL = 0
static

Global type constant.

◆ SEMI_GLOBAL

final int SEMI_GLOBAL = 1
static

Global type constant.

◆ UNCONSTRAINED

final int UNCONSTRAINED = 3
static

Global type constant.