public enum ESpaceUnits extends java.lang.Enum<ESpaceUnits>
| Enum Constant and Description |
|---|
BLK |
BYTES |
CYL |
KB |
MB |
RECORDS |
TRK |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLiteral() |
static ESpaceUnits |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ESpaceUnits[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ESpaceUnits BLK
public static final ESpaceUnits TRK
public static final ESpaceUnits CYL
public static final ESpaceUnits KB
public static final ESpaceUnits MB
public static final ESpaceUnits BYTES
public static final ESpaceUnits RECORDS
public static final ESpaceUnits UNKNOWN
public static ESpaceUnits[] values()
for (ESpaceUnits c : ESpaceUnits.values()) System.out.println(c);
public static ESpaceUnits valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getLiteral()
Copyright © 2015 Micro Focus GmbH. All rights reserved.