public static enum Datafile.Shared extends Enum<Datafile.Shared> implements BmcEnum
Type of tablespace this file belongs to. If it’s for a shared tablespace, for a local temporary tablespace for RIM (read-only) instances, or for local temporary tablespace for all instance types.
Enum Constant and Description |
---|
LocalForAll |
LocalForRim |
Shared |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Modifier and Type | Method and Description |
---|---|
static Datafile.Shared |
create(String key) |
String |
getValue() |
static Datafile.Shared |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Datafile.Shared[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Datafile.Shared Shared
public static final Datafile.Shared LocalForRim
public static final Datafile.Shared LocalForAll
public static final Datafile.Shared UnknownEnumValue
public static Datafile.Shared[] values()
for (Datafile.Shared c : Datafile.Shared.values()) System.out.println(c);
public static Datafile.Shared 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 Datafile.Shared create(String key)
Copyright © 2016–2024. All rights reserved.