public static enum TablespaceStorageSize.Unit extends Enum<TablespaceStorageSize.Unit> implements BmcEnum
Storage size unit: bytes, kilobytes, megabytes, gigabytes, or terabytes.
Enum Constant and Description |
---|
Bytes |
Gigabytes |
Kilobytes |
Megabytes |
Terabytes |
Modifier and Type | Method and Description |
---|---|
static TablespaceStorageSize.Unit |
create(String key) |
String |
getValue() |
static TablespaceStorageSize.Unit |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TablespaceStorageSize.Unit[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TablespaceStorageSize.Unit Bytes
public static final TablespaceStorageSize.Unit Kilobytes
public static final TablespaceStorageSize.Unit Megabytes
public static final TablespaceStorageSize.Unit Gigabytes
public static final TablespaceStorageSize.Unit Terabytes
public static TablespaceStorageSize.Unit[] values()
for (TablespaceStorageSize.Unit c : TablespaceStorageSize.Unit.values()) System.out.println(c);
public static TablespaceStorageSize.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 nullpublic static TablespaceStorageSize.Unit create(String key)
Copyright © 2016–2024. All rights reserved.