|
||||||||||
| 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.SpaceUnits
public final class SpaceUnits
An enumeration class representing the different space units for a z/OS data set.
Note: For future compatibility, do not depend on any EMF specific methods. Note: For future compatibility, do not depend on any EMF specific methods.
DataSetCharacteristics.getSpaceUnits(),
DataSetCharacteristics.setSpaceUnits(SpaceUnits),
Serialized Form| Field Summary | |
|---|---|
static int |
BLOCKS
The 'BLOCKS' literal value. |
static SpaceUnits |
BLOCKS_LITERAL
The 'BLOCKS' literal object. |
static String |
COPY_RIGHT
|
static int |
CYLINDERS
The 'CYLINDERS' literal value. |
static SpaceUnits |
CYLINDERS_LITERAL
The 'CYLINDERS' literal object. |
static int |
TRACKS
The 'TRACKS' literal value. |
static SpaceUnits |
TRACKS_LITERAL
The 'TRACKS' literal object. |
| Method Summary | |
|---|---|
static SpaceUnits |
get(int value)
Returns the 'Space Units' literal with the specified value. |
static SpaceUnits |
get(String name)
Returns the 'Space Units' literal with the specified name. |
| Field Detail |
|---|
public static final String COPY_RIGHT
public static final int BLOCKS
BLOCKS_LITERAL,
Constant Field Valuespublic static final int TRACKS
TRACKS_LITERAL,
Constant Field Valuespublic static final int CYLINDERS
CYLINDERS_LITERAL,
Constant Field Valuespublic static final SpaceUnits BLOCKS_LITERAL
BLOCKSpublic static final SpaceUnits TRACKS_LITERAL
TRACKSpublic static final SpaceUnits CYLINDERS_LITERAL
CYLINDERS| Method Detail |
|---|
public static SpaceUnits get(String name)
name - the name of the space unit.
It should be "BLOCKS", "TRACKS" or "CYLINDERS".
null if the specified name does not much any
literal.public static SpaceUnits get(int value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||