|
||||||||||
| 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. |
| 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 BLOCKS
SpaceUnits.BLOCKS_LITERAL,
Constant Field Valuespublic static final int TRACKS
SpaceUnits.TRACKS_LITERAL,
Constant Field Valuespublic static final int CYLINDERS
SpaceUnits.CYLINDERS_LITERAL,
Constant Field Valuespublic static final SpaceUnits BLOCKS_LITERAL
SpaceUnits.BLOCKSpublic static final SpaceUnits TRACKS_LITERAL
SpaceUnits.TRACKSpublic static final SpaceUnits CYLINDERS_LITERAL
SpaceUnits.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)
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 | |||||||||