|
||||||||||
| 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. |
| Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator |
|---|
getLiteral, getName, getValue, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String COPY_RIGHT
public static final int FB
RecordFormat.FB_LITERAL,
Constant Field Valuespublic static final int F
RecordFormat.F_LITERAL,
Constant Field Valuespublic static final int VB
RecordFormat.VB_LITERAL,
Constant Field Valuespublic static final int V
RecordFormat.V_LITERAL,
Constant Field Valuespublic static final int FBA
RecordFormat.FBA_LITERAL,
Constant Field Valuespublic static final int FA
RecordFormat.FA_LITERAL,
Constant Field Valuespublic static final int VBA
RecordFormat.VBA_LITERAL,
Constant Field Valuespublic static final int VA
RecordFormat.VA_LITERAL,
Constant Field Valuespublic static final int FBM
RecordFormat.FBM_LITERAL,
Constant Field Valuespublic static final int FM
RecordFormat.FM_LITERAL,
Constant Field Valuespublic static final int VBM
RecordFormat.VBM_LITERAL,
Constant Field Valuespublic static final int VM
RecordFormat.VM_LITERAL,
Constant Field Valuespublic static final int U
RecordFormat.U_LITERAL,
Constant Field Valuespublic static final RecordFormat FB_LITERAL
RecordFormat.FBpublic static final RecordFormat F_LITERAL
RecordFormat.Fpublic static final RecordFormat VB_LITERAL
RecordFormat.VBpublic static final RecordFormat V_LITERAL
RecordFormat.Vpublic static final RecordFormat FBA_LITERAL
RecordFormat.FBApublic static final RecordFormat FA_LITERAL
RecordFormat.FApublic static final RecordFormat VBA_LITERAL
RecordFormat.VBApublic static final RecordFormat VA_LITERAL
RecordFormat.VApublic static final RecordFormat FBM_LITERAL
RecordFormat.FBMpublic static final RecordFormat FM_LITERAL
RecordFormat.FMpublic static final RecordFormat VBM_LITERAL
RecordFormat.VBMpublic static final RecordFormat VM_LITERAL
RecordFormat.VMpublic static final RecordFormat U_LITERAL
RecordFormat.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)
value - one of the following integer values:
null if the specified value does not much any
literal.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||