|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ServerOrganizationValues>
com.ibm.pdp.maf.rpp.pac.common.dialog.ServerOrganizationValues
public enum ServerOrganizationValues
List of organizations for Segment, Logical View or Table in Server Screen. Physical Characteristics.
Enum Constant Summary | |
---|---|
_2
Call of a Business Component instance by instance/ NOTE FOR THE ERROR MESSAGE FILE : The error message file can be attributed the following organizations : V : its external name and its code in the VA Pac Database are not validated. |
|
_A
ADABAS Segment. |
|
_D
DL/1 Segment | |
_G
'TABLE'-type Segment. |
|
_H
Segment of a Relational Database Accessed via SQL :The Segment description and physical accesses are generated. |
|
_S
Call of the Logical View. |
|
_V
Segment Organization: Indexed. |
|
_W
Segment accesses managed by specific procedures. |
|
_X
Call of a Business Component. |
|
NONE
No organization selected. |
Method Summary | |
---|---|
static ServerOrganizationValues |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ServerOrganizationValues[] |
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 ServerOrganizationValues _2
Call of a Business Component instance by instance/
NOTE FOR THE ERROR MESSAGE FILE :
The error message file can be attributed the following organizations :
V : its external name and its code in the VA Pac Database are not validated.
W: WORKING - no access generated.
H : SQL - the external name corresponds to the Block code (containing the relational database). The description and the accesses will be generated under the name corresponding to the Library code).
public static final ServerOrganizationValues _A
ADABAS Segment.
Only one description in WORKING is generated.
public static final ServerOrganizationValues _D
DL/1 Segment
public static final ServerOrganizationValues _G
'TABLE'-type Segment.
In this case, the generated access corresponds to the call of the Pactables general module.
public static final ServerOrganizationValues _H
Segment of a Relational Database Accessed via SQL :
The Segment description and physical accesses are generated. For segment access in the repetitive category, the cursor declarative is also generated.
public static final ServerOrganizationValues _S
Call of the Logical View.
public static final ServerOrganizationValues _V
Segment Organization: Indexed.
public static final ServerOrganizationValues _W
Segment accesses managed by specific procedures.
Only one description in WORKING is generated.
Call the user buffer Segment.
public static final ServerOrganizationValues _X
Call of a Business Component.
All the Segments that are called in the repetitive and in selection must be of the same type: you cannot have Segments with 'X' organization with Segments with other organizations.
public static final ServerOrganizationValues NONE
No organization selected.
Method Detail |
---|
public static ServerOrganizationValues 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 ServerOrganizationValues[] values()
for (ServerOrganizationValues c : ServerOrganizationValues.values()) System.out.println(c);
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |