public static enum SQLSizeExpr.Unit extends Enum<SQLSizeExpr.Unit>
| Modifier and Type | Method and Description |
|---|---|
static SQLSizeExpr.Unit |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SQLSizeExpr.Unit[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SQLSizeExpr.Unit B
public static final SQLSizeExpr.Unit K
public static final SQLSizeExpr.Unit M
public static final SQLSizeExpr.Unit G
public static final SQLSizeExpr.Unit T
public static final SQLSizeExpr.Unit P
public static final SQLSizeExpr.Unit E
public static SQLSizeExpr.Unit[] values()
for (SQLSizeExpr.Unit c : SQLSizeExpr.Unit.values()) System.out.println(c);
public static SQLSizeExpr.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–2022 Alibaba Group. All rights reserved.