|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<BlockBaseTypeValues>
com.ibm.pdp.maf.rpp.pac.blockbase.BlockBaseTypeValues
public enum BlockBaseTypeValues
List of the BlockBase type.
Enum Constant Summary | |
---|---|
_20
|
|
_D0
|
|
_D2
|
|
_D4
|
|
_DB
|
|
_DL
|
|
_DP
|
|
_DR
|
|
_I1
|
|
_I2
|
|
_I3
|
|
_IP
|
|
_IS
|
|
_LF
|
|
_M1
|
|
_M2
|
|
_M3
|
|
_M4
|
|
_PC
|
|
_PF
|
|
_PS
|
|
_Q2
|
|
_Q3
|
|
_QB
|
|
_QC
|
|
_QN
|
|
_QP
|
|
_QR
|
|
_QS
|
|
_QT
|
|
_QU
|
|
_QY
|
|
_S1
|
|
_S3
|
|
_SA
|
|
_SO
Socrate BlockBase : |
|
_SS
|
|
_TD
|
Method Summary | |
---|---|
static BlockBaseTypeValues |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static BlockBaseTypeValues[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final BlockBaseTypeValues _20
Codasyl BlockBase - DMSII Database
DASDL
public static final BlockBaseTypeValues _D0
Codasyl BlockBase - IDMS :
DDL schema
public static final BlockBaseTypeValues _D2
Codasyl BlockBase - IDMS :
DMCL schema
public static final BlockBaseTypeValues _D4
Codasyl BlockBase - IDMS :
Sub-schema
public static final BlockBaseTypeValues _DB
DB2
public static final BlockBaseTypeValues _DL
Hierarchical BlockBase - IMS DL/1 :
Logical Database Description
public static final BlockBaseTypeValues _DP
Hierarchical BlockBase - IMS DL/1 :
Physical Database Description
public static final BlockBaseTypeValues _DR
Hierarchical BlockBase - IMS DL/1 :
Physical Database Description
(same as 'DP', but only the data elements referenced as access keys in the segment description are generated in the 'FIELD......' statements)
public static final BlockBaseTypeValues _I1
Codasyl BlockBase - IDS2 :
DDL schema
public static final BlockBaseTypeValues _I2
Codasyl BlockBase - IDS2 :
DMCL schema
public static final BlockBaseTypeValues _I3
Codasyl BlockBase - IDS2 :
SDDL sub-schema
public static final BlockBaseTypeValues _IP
Hierarchical BlockBase - IMS DL/1 :
Primary Index
public static final BlockBaseTypeValues _IS
Hierarchical BlockBase - IMS DL/1 :
Secondary Index
public static final BlockBaseTypeValues _LF
AS/400 Logical file
public static final BlockBaseTypeValues _M1
Codasyl BlockBase - DM4 :
DDL schema, only elementary fields are generated.
public static final BlockBaseTypeValues _M2
Codasyl BlockBase - DM4:
DMCL schema
public static final BlockBaseTypeValues _M3
Codasyl BlockBase - DM4:
Sub-schema
public static final BlockBaseTypeValues _M4
Codasyl BlockBase - DM4 :
DDL schema, only group fields are generated.
public static final BlockBaseTypeValues _PC
Hierarchical BlockBase - IMS DL/1 :
PCB
public static final BlockBaseTypeValues _PF
AS/400 Physical file
public static final BlockBaseTypeValues _PS
Hierarchical BlockBase - IMS DL/1 :
PSB
public static final BlockBaseTypeValues _Q2
Relational BlockBase :
DB2 SQL
public static final BlockBaseTypeValues _Q3
Relational BlockBase :
SQL SERVER
public static final BlockBaseTypeValues _QB
Relational BlockBase :
DB2/2 - DB2 6000
public static final BlockBaseTypeValues _QC
Relational BlockBase :
DATACOM/DB
public static final BlockBaseTypeValues _QN
Relational BlockBase :
NONSTOP SQL
public static final BlockBaseTypeValues _QP
Relational BlockBase :
ORACLE (>7.0)
public static final BlockBaseTypeValues _QR
Relational BlockBase :
RDMS
public static final BlockBaseTypeValues _QS
Relational BlockBase :
SQL/DS
public static final BlockBaseTypeValues _QT
Relational BlockBase :
INTEREL RDBC
public static final BlockBaseTypeValues _QU
Relational BlockBase :
INTEREL RFM
public static final BlockBaseTypeValues _QY
Relational BlockBase :
SYBASE
public static final BlockBaseTypeValues _S1
Codasyl BlockBase - DMS :
DDL schema
public static final BlockBaseTypeValues _S3
Codasyl BlockBase - DMS :
Sub-schema
public static final BlockBaseTypeValues _SA
Socrate BlockBase :
Socrate/Clio structure
public static final BlockBaseTypeValues _SO
Socrate BlockBase :
Socrate structure
public static final BlockBaseTypeValues _SS
Socrate BlockBase :
Addition of struture or format
public static final BlockBaseTypeValues _TD
DDL TANDEM
Method Detail |
---|
public static BlockBaseTypeValues valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is nullpublic static BlockBaseTypeValues[] values()
for (BlockBaseTypeValues c : BlockBaseTypeValues.values()) System.out.println(c);
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |