Enum Class CallCenterGeneratorColumn
java.lang.Object
java.lang.Enum<CallCenterGeneratorColumn>
org.gridgain.tpcds.qgen.generator.CallCenterGeneratorColumn
- All Implemented Interfaces:
Serializable,Comparable<CallCenterGeneratorColumn>,Constable,GeneratorColumn
public enum CallCenterGeneratorColumn
extends Enum<CallCenterGeneratorColumn>
implements GeneratorColumn
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionintintgetTable()static CallCenterGeneratorColumnReturns the enum constant of this class with the specified name.static CallCenterGeneratorColumn[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
CC_CALL_CENTER_SK
-
CC_CALL_CENTER_ID
-
CC_REC_START_DATE_ID
-
CC_REC_END_DATE_ID
-
CC_CLOSED_DATE_ID
-
CC_OPEN_DATE_ID
-
CC_NAME
-
CC_CLASS
-
CC_EMPLOYEES
-
CC_SQ_FT
-
CC_HOURS
-
CC_MANAGER
-
CC_MARKET_ID
-
CC_MARKET_CLASS
-
CC_MARKET_DESC
-
CC_MARKET_MANAGER
-
CC_DIVISION
-
CC_DIVISION_NAME
-
CC_COMPANY
-
CC_COMPANY_NAME
-
CC_STREET_NUMBER
-
CC_STREET_NAME
-
CC_STREET_TYPE
-
CC_SUITE_NUMBER
-
CC_CITY
-
CC_COUNTY
-
CC_STATE
-
CC_ZIP
-
CC_COUNTRY
-
CC_GMT_OFFSET
-
CC_ADDRESS
-
CC_TAX_PERCENTAGE
-
CC_SCD
-
CC_NULLS
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getTable
- Specified by:
getTablein interfaceGeneratorColumn
-
getGlobalColumnNumber
public int getGlobalColumnNumber()- Specified by:
getGlobalColumnNumberin interfaceGeneratorColumn
-
getSeedsPerRow
public int getSeedsPerRow()- Specified by:
getSeedsPerRowin interfaceGeneratorColumn
-