Package | Description |
---|---|
com.genesyslab.platform.applicationblocks.com.objects | |
com.genesyslab.platform.applicationblocks.com.queries | |
com.genesyslab.platform.configuration.protocol.types |
This package contains classes based on the Genesys
GEnum class. |
Modifier and Type | Method | Description |
---|---|---|
CfgDataType |
CfgDeltaField.getType() |
A data type of field in data base.
|
CfgDataType |
CfgField.getType() |
A data type of field in data base.
|
Modifier and Type | Method | Description |
---|---|---|
void |
CfgField.setType(CfgDataType value) |
A data type of field in data base.
|
Modifier and Type | Method | Description |
---|---|---|
CfgDataType |
CfgFieldQuery.getType() |
A data type of field in data base(See
type
CfgDataType
).
|
Modifier and Type | Method | Description |
---|---|---|
void |
CfgFieldQuery.setType(CfgDataType value) |
A data type of field in data base(See
type
CfgDataType
).
|
Modifier and Type | Field | Description |
---|---|---|
static CfgDataType |
CfgDataType.CFGDTChar |
A character data type that holds a maximum of 255 characters.
|
static CfgDataType |
CfgDataType.CFGDTDateTime |
A data base data type.
|
static CfgDataType |
CfgDataType.CFGDTFloat |
A data base data type.
|
static CfgDataType |
CfgDataType.CFGDTInt |
A data base data type that is an integer column that holds whole numbers between 231 -1 (that is, 2,147,483,647) and -231 (that is, -2,147,483,648), inclusive.
|
static CfgDataType |
CfgDataType.CFGDTMaxDataType |
A maximum value of this enumeration.
|
static CfgDataType |
CfgDataType.CFGDTNoDataType |
The value of corresponding parameter is not changed.
|
static CfgDataType |
CfgDataType.CFGDTVarChar |
A data base data type, varchar(n) is a column of variable-length characters that holds any combination of up to 255 letters, symbols, and numbers.
|
Modifier and Type | Method | Description |
---|---|---|
static CfgDataType |
CfgDataType.valueOf(int ordinal) |
Returns enumeration value by given ordinal number.
|
static CfgDataType |
CfgDataType.valueOf(java.lang.String name) |
Returns enumeration value with specified name or null if no such value exists.
|
Modifier and Type | Method | Description |
---|---|---|
static java.util.Collection<CfgDataType> |
CfgDataType.values() |
Returns all values of the enumeration.
|
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.