GLG Toolkit, Java Class Library  Version 4.6
GlgCloneType

Specifies clone type. More...

Detailed Description

Specifies clone type.

Constants

static final int CONSTRAINED_CLONE = 3
 Clone type constant. More...
 
static final int FULL_CLONE = 2
 Clone type constant. More...
 
static final int SHALLOW_CLONE = 4
 Clone type constant. More...
 
static final int STRONG_CLONE = 1
 Clone type constant. More...
 
static final int WEAK_CLONE = 0
 Clone type constant. More...
 

Variable Documentation

◆ CONSTRAINED_CLONE

final int CONSTRAINED_CLONE = 3
static

Clone type constant.

◆ FULL_CLONE

final int FULL_CLONE = 2
static

Clone type constant.

◆ SHALLOW_CLONE

final int SHALLOW_CLONE = 4
static

Clone type constant.

◆ STRONG_CLONE

final int STRONG_CLONE = 1
static

Clone type constant.

◆ WEAK_CLONE

final int WEAK_CLONE = 0
static

Clone type constant.