|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ibm.ftt.resources.zos.zosphysical.DataSetType
public final class DataSetType
An enumeration class representing every type of z/OS data set.
Note: For future compatibility, do not depend on any EMF specific methods.
DataSetCharacteristics.getDSNType(),
DataSetCharacteristics.setDSNType(DataSetType)| Field Summary | |
|---|---|
static String |
COPY_RIGHT
|
static int |
LIBRARY
Constant for an extended partitioned data set. |
static DataSetType |
LIBRARY_LITERAL
Literal object for an extended partitioned data set. |
static int |
PDS
Constant for a partitioned data set. |
static DataSetType |
PDSE_LITERAL
The 'PDSE' literal object. |
| Method Summary | |
|---|---|
static DataSetType |
get(int value)
Returns the 'Data Set Type' literal with the specified value. |
static DataSetType |
get(String name)
Returns the 'Data Set Type' literal with the specified name. |
String |
getLiteral()
Returns the literal value of the enumerator. |
String |
getName()
Returns the name of the enumerator. |
int |
getValue()
Returns the value of the enumerator. |
String |
toString()
Returns the literal value of the enumerator as a string representation of this object. |
| Field Detail |
|---|
public static final String COPY_RIGHT
public static final int PDS
PDS_LITERAL,
Constant Field Valuespublic static final int LIBRARY
LIBRARY_LITERAL,
Constant Field Valuespublic static final DataSetType PDSE_LITERAL
PDSEpublic static final DataSetType LIBRARY_LITERAL
LIBRARY| Method Detail |
|---|
public static DataSetType get(String name)
name - the name of the data set type.
null if the specified name does not much any
literal.public static DataSetType get(int value)
public final String getName()
public final int getValue()
public final String getLiteral()
public final String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||