@Generated(value="OracleSDKGenerator", comments="API Version: 20220901") public enum ModuleStreamProfileStatus extends Enum<ModuleStreamProfileStatus> implements BmcEnum
The status of a module stream profile.
Modifier and Type | Method and Description |
---|---|
static ModuleStreamProfileStatus |
create(String key) |
String |
getValue() |
static ModuleStreamProfileStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModuleStreamProfileStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ModuleStreamProfileStatus Installed
public static final ModuleStreamProfileStatus Available
public static ModuleStreamProfileStatus[] values()
for (ModuleStreamProfileStatus c : ModuleStreamProfileStatus.values()) System.out.println(c);
public static ModuleStreamProfileStatus 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 ModuleStreamProfileStatus create(String key)
Copyright © 2016–2024. All rights reserved.