public static enum CreateTablespaceDetails.SegmentManagement extends Enum<CreateTablespaceDetails.SegmentManagement> implements BmcEnum
Specifies whether tablespace segment management should be automatic or manual.
Modifier and Type | Method and Description |
---|---|
static CreateTablespaceDetails.SegmentManagement |
create(String key) |
String |
getValue() |
static CreateTablespaceDetails.SegmentManagement |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreateTablespaceDetails.SegmentManagement[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CreateTablespaceDetails.SegmentManagement Auto
public static final CreateTablespaceDetails.SegmentManagement Manual
public static CreateTablespaceDetails.SegmentManagement[] values()
for (CreateTablespaceDetails.SegmentManagement c : CreateTablespaceDetails.SegmentManagement.values()) System.out.println(c);
public static CreateTablespaceDetails.SegmentManagement 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 CreateTablespaceDetails.SegmentManagement create(String key)
Copyright © 2016–2024. All rights reserved.