public static enum OracleSizeExpr.Unit extends Enum<OracleSizeExpr.Unit>
Modifier and Type | Method and Description |
---|---|
static OracleSizeExpr.Unit |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OracleSizeExpr.Unit[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OracleSizeExpr.Unit K
public static final OracleSizeExpr.Unit M
public static final OracleSizeExpr.Unit G
public static final OracleSizeExpr.Unit T
public static final OracleSizeExpr.Unit P
public static final OracleSizeExpr.Unit E
public static OracleSizeExpr.Unit[] values()
for (OracleSizeExpr.Unit c : OracleSizeExpr.Unit.values()) System.out.println(c);
public static OracleSizeExpr.Unit valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2013–2017 Alibaba Group. All rights reserved.