|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ScreenDescriptionTypeValues>
com.ibm.pdp.maf.rpp.pac.common.dialog.ScreenDescriptionTypeValues
public enum ScreenDescriptionTypeValues
List of description types of Segment. Physical Characteristics.
Enum Constant Summary | |
---|---|
_1
|
|
_2
|
|
_E
|
|
NONE
|
Method Summary | |
---|---|
static ScreenDescriptionTypeValues |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ScreenDescriptionTypeValues[] |
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 ScreenDescriptionTypeValues _1
Database Segments Database Segments
Those whose keys are not isolated in a separate Segment. (default value for a DL/1 Segment, organization 'D' or for a Table, organization 'G')
public static final ScreenDescriptionTypeValues _2
Conventional (variables) Conventional and multi record files of variable length
This type Segment will be appended to the '00' (common key) Segment.
For Type P organization (ORACLE V6) and Type I organization (SYBASE): automatic generation of CONNECT AT database, DECLARE database and access SQL AT database.
The generated description might vary according to the generation variant.
public static final ScreenDescriptionTypeValues _E
Table-type Table type Segments:
The input format of the Data Elements called in the Segment is taken into account.
public static final ScreenDescriptionTypeValues NONE
Conventional (fixed) Conventional and multi record files of fixed length
This type of Segment will be appended to the '00' (common key) Segment.
Method Detail |
---|
public static ScreenDescriptionTypeValues 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 ScreenDescriptionTypeValues[] values()
for (ScreenDescriptionTypeValues c : ScreenDescriptionTypeValues.values()) System.out.println(c);
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |