|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
com.ibm.ftt.resources.zos.zosphysical.RecordFormat
public final class RecordFormat
An enumeration class representing the different record formats a z/OS data set can have.
Note: For future compatibility, do not depend on any EMF specific methods.
DataSetCharacteristics.getRecordFormat(),
DataSetCharacteristics.setRecordFormat(RecordFormat),
Serialized Form| Field Summary | |
|---|---|
static String |
COPY_RIGHT
|
static int |
F
Constant for Fixed length records, unblocked. |
static RecordFormat |
F_LITERAL
Literatl object for Fixed length records, unblocked. |
static int |
FA
Constant for Fixed length records, unblocked, with ASA printer control characters. |
static RecordFormat |
FA_LITERAL
Literal object for Fixed length records, blocked, with ASA printer control characters. |
static int |
FB
Constant for Fixed length records, blocked. |
static RecordFormat |
FB_LITERAL
Literal object for Fixed length records, blocked. |
static int |
FBA
Constant for Fixed length records, blocked, with ASA printer control characters. |
static RecordFormat |
FBA_LITERAL
Literal object for Fixed length records, blocked, with ASA printer control characters. |
static int |
FBM
Constant for Fixed length records, blocked, machine code printer control characters. |
static RecordFormat |
FBM_LITERAL
Literal object for Fixed length records, blocked, machine code printer control characters. |
static int |
FM
Constant for Fixed length records, unblocked, machine code printer control characters. |
static RecordFormat |
FM_LITERAL
Literal object for Fixed length records, unblocked, machine code printer control characters. |
static int |
U
Constant for Undefined length records. |
static RecordFormat |
U_LITERAL
Literal object for Undefined length records. |
static int |
V
Constant for Variable length records, unblocked. |
static RecordFormat |
V_LITERAL
Literal object for Variable length records, unblocked. |
static int |
VA
Constant for Variable length records, unblocked, with ASA printer control characters. |
static RecordFormat |
VA_LITERAL
Literal object for Variable length records, unblocked, with ASA printer control characters. |
static int |
VB
Constant for Variable length records, blocked. |
static RecordFormat |
VB_LITERAL
Literal object for Variable length records, blocked. |
static int |
VBA
Constant for Variable length records, blocked, with ASA printer control characters. |
static RecordFormat |
VBA_LITERAL
Literal object for Variable length records, blocked, with ASA printer control characters. |
static int |
VBM
Constant for Variable length records, blocked, machine code printer control characters. |
static RecordFormat |
VBM_LITERAL
Constant for Variable length records, blocked, machine code printer control characters. |
static int |
VM
Constant for Variable length records, unblocked, machine code printer control characters. |
static RecordFormat |
VM_LITERAL
Literal object for Variable length records, unblocked, machine code printer control characters. |
| Method Summary | |
|---|---|
static RecordFormat |
get(int value)
Returns the 'Record Format' literal with the specified value. |
static RecordFormat |
get(String name)
Returns the 'Record Format' literal with the specified name. |
| Field Detail |
|---|
public static final String COPY_RIGHT
public static final int FB
FB_LITERAL,
Constant Field Valuespublic static final int F
F_LITERAL,
Constant Field Valuespublic static final int VB
VB_LITERAL,
Constant Field Valuespublic static final int V
V_LITERAL,
Constant Field Valuespublic static final int FBA
FBA_LITERAL,
Constant Field Valuespublic static final int FA
FA_LITERAL,
Constant Field Valuespublic static final int VBA
VBA_LITERAL,
Constant Field Valuespublic static final int VA
VA_LITERAL,
Constant Field Valuespublic static final int FBM
FBM_LITERAL,
Constant Field Valuespublic static final int FM
FM_LITERAL,
Constant Field Valuespublic static final int VBM
VBM_LITERAL,
Constant Field Valuespublic static final int VM
VM_LITERAL,
Constant Field Valuespublic static final int U
U_LITERAL,
Constant Field Valuespublic static final RecordFormat FB_LITERAL
FBpublic static final RecordFormat F_LITERAL
Fpublic static final RecordFormat VB_LITERAL
VBpublic static final RecordFormat V_LITERAL
Vpublic static final RecordFormat FBA_LITERAL
FBApublic static final RecordFormat FA_LITERAL
FApublic static final RecordFormat VBA_LITERAL
VBApublic static final RecordFormat VA_LITERAL
VApublic static final RecordFormat FBM_LITERAL
FBMpublic static final RecordFormat FM_LITERAL
FMpublic static final RecordFormat VBM_LITERAL
VBMpublic static final RecordFormat VM_LITERAL
VMpublic static final RecordFormat U_LITERAL
U| Method Detail |
|---|
public static RecordFormat get(String name)
name - the name of the record format.
It should be one of the following: "FB", "F", "VB", "V",
"FBA", "FA", "VBA", "VA", "FBM", "FM", "VBM", "VM", "U"
null if the specified name does not much any
literal.public static RecordFormat get(int value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||