Platform SDK Java 8.5 API Reference

com.genesyslab.platform.configuration.protocol.types
Class CfgFieldType

java.lang.Object
  extended by com.genesyslab.platform.commons.GEnum
      extended by com.genesyslab.platform.configuration.protocol.types.CfgFieldType

public class CfgFieldType
extends GEnum


Field Summary
static CfgFieldType CFGFTAgentID
          Agent Identifier
static CfgFieldType CFGFTANI
          Automatic Number Identification
static CfgFieldType CFGFTAppDBID
          Application unique identifier
static CfgFieldType CFGFTCallTime
          Call Time
static CfgFieldType CFGFTCampaignID
           
static CfgFieldType CFGFTChainID
          Chain Identifier
static CfgFieldType CFGFTCountryCode
          Country Code
static CfgFieldType CFGFTCustomField
          Customer field.
static CfgFieldType CFGFTDialResult
          Dial Result
static CfgFieldType CFGFTEmailSubject
          Email Subject
static CfgFieldType CFGFTEmailTemplateID
          Email Template ID
static CfgFieldType CFGFTFrom
          Start Time
static CfgFieldType CFGFTGroupDBID
          AgentGroup or PlaceGroup unique identifier
static CfgFieldType CFGFTInfoDigits
          Info digits
static CfgFieldType CFGFTLATA
          Local Access and Transport Area
static CfgFieldType CFGFTMaxFieldType
          A maximum value of this enumeration
static CfgFieldType CFGFTMediaRefference
          Refference to media body to be sent in case of treatment
static CfgFieldType CFGFTNoFieldType
          The value of corresponding parameter has not changed
static CfgFieldType CFGFTNPA
          Numbering Plan Area
static CfgFieldType CFGFTNPA_NXX
          Numbering plan Area with identifier of specific telephone company central office which serves that number
static CfgFieldType CFGFTNumberInChain
          Number in Chain
static CfgFieldType CFGFTNumberOfAttempts
          Number of Attempts
static CfgFieldType CFGFTPhone
          Phone
static CfgFieldType CFGFTPhoneType
          Type of phone set
static CfgFieldType CFGFTRecordID
          Record Identifier
static CfgFieldType CFGFTRecordStatus
          Record Status
static CfgFieldType CFGFTRecordType
          Record type
static CfgFieldType CFGFTScheduledTime
          Scheduled Time
static CfgFieldType CFGFTStateCode
          State Code
static CfgFieldType CFGFTSwitchID
          Switch ID
static CfgFieldType CFGFTTimeZone
          Time Zone
static CfgFieldType CFGFTTreatments
          Treatments history
static CfgFieldType CFGFTUntil
          End Time
 
Fields inherited from class com.genesyslab.platform.commons.GEnum
LOCALE_ENGLISH
 
Method Summary
static CfgFieldType valueOf(int ordinal)
          Returns enumeration value by given ordinal number.
static CfgFieldType valueOf(java.lang.String name)
          Returns enumeration value with specified name or null if no such value exists.
static java.util.Collection<CfgFieldType> values()
          Returns all values of the enumeration.
 
Methods inherited from class com.genesyslab.platform.commons.GEnum
asInteger, enumSize, equals, equals, getEnumMap, getEnumValues, getValue, getValue, getValue, hashCode, name, ordinal, toString, valueOf, valueOf, values, valuesBy
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

CFGFTNoFieldType

public static final CfgFieldType CFGFTNoFieldType
The value of corresponding parameter has not changed


CFGFTRecordID

public static final CfgFieldType CFGFTRecordID
Record Identifier


CFGFTPhone

public static final CfgFieldType CFGFTPhone
Phone


CFGFTRecordType

public static final CfgFieldType CFGFTRecordType
Record type


CFGFTRecordStatus

public static final CfgFieldType CFGFTRecordStatus
Record Status


CFGFTDialResult

public static final CfgFieldType CFGFTDialResult
Dial Result


CFGFTNumberOfAttempts

public static final CfgFieldType CFGFTNumberOfAttempts
Number of Attempts


CFGFTScheduledTime

public static final CfgFieldType CFGFTScheduledTime
Scheduled Time


CFGFTCallTime

public static final CfgFieldType CFGFTCallTime
Call Time


CFGFTFrom

public static final CfgFieldType CFGFTFrom
Start Time


CFGFTUntil

public static final CfgFieldType CFGFTUntil
End Time


CFGFTTimeZone

public static final CfgFieldType CFGFTTimeZone
Time Zone


CFGFTCampaignID

public static final CfgFieldType CFGFTCampaignID

CFGFTAgentID

public static final CfgFieldType CFGFTAgentID
Agent Identifier


CFGFTChainID

public static final CfgFieldType CFGFTChainID
Chain Identifier


CFGFTNumberInChain

public static final CfgFieldType CFGFTNumberInChain
Number in Chain


CFGFTCustomField

public static final CfgFieldType CFGFTCustomField
Customer field. Specified by customer


CFGFTANI

public static final CfgFieldType CFGFTANI
Automatic Number Identification


CFGFTLATA

public static final CfgFieldType CFGFTLATA
Local Access and Transport Area


CFGFTNPA

public static final CfgFieldType CFGFTNPA
Numbering Plan Area


CFGFTNPA_NXX

public static final CfgFieldType CFGFTNPA_NXX
Numbering plan Area with identifier of specific telephone company central office which serves that number


CFGFTStateCode

public static final CfgFieldType CFGFTStateCode
State Code


CFGFTInfoDigits

public static final CfgFieldType CFGFTInfoDigits
Info digits


CFGFTCountryCode

public static final CfgFieldType CFGFTCountryCode
Country Code


CFGFTPhoneType

public static final CfgFieldType CFGFTPhoneType
Type of phone set


CFGFTGroupDBID

public static final CfgFieldType CFGFTGroupDBID
AgentGroup or PlaceGroup unique identifier


CFGFTAppDBID

public static final CfgFieldType CFGFTAppDBID
Application unique identifier


CFGFTTreatments

public static final CfgFieldType CFGFTTreatments
Treatments history


CFGFTMediaRefference

public static final CfgFieldType CFGFTMediaRefference
Refference to media body to be sent in case of treatment


CFGFTEmailSubject

public static final CfgFieldType CFGFTEmailSubject
Email Subject


CFGFTEmailTemplateID

public static final CfgFieldType CFGFTEmailTemplateID
Email Template ID


CFGFTSwitchID

public static final CfgFieldType CFGFTSwitchID
Switch ID


CFGFTMaxFieldType

public static final CfgFieldType CFGFTMaxFieldType
A maximum value of this enumeration

Method Detail

values

public static java.util.Collection<CfgFieldType> values()
Returns all values of the enumeration.

Returns:
all enumeration values

valueOf

public static CfgFieldType valueOf(int ordinal)
Returns enumeration value by given ordinal number.

Parameters:
ordinal - ordinal number of the enumeration value
Returns:
the enumeration value with given ordinal number or null

valueOf

public static CfgFieldType valueOf(java.lang.String name)
Returns enumeration value with specified name or null if no such value exists.

Parameters:
name - name of value in the enumeration
Returns:
enumeration value with specified name or null

Platform SDK Java 8.5 API Reference

Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 8.5.302.00
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.