@Generated(value="OracleSDKGenerator", comments="API Version: 20181201") public enum ServiceList extends Enum<ServiceList> implements BmcEnum
List of (Oracle) Data Safe services, the only production service is DataSafe, the other services are used in devtest.
Enum Constant and Description |
---|
DataSafe |
DataSafeDev |
DataSafeDev1 |
DataSafeDev2 |
DataSafeDev3 |
DataSafeDev4 |
DataSafeDev5 |
DataSafeDev6 |
DataSafeDev7 |
DataSafeDev8 |
DataSafeDev9 |
DataSafeLrg1 |
DataSafeLrg2 |
DataSafeLrg3 |
DataSafeLrg4 |
DataSafePtest |
DataSafeStage |
DataSafeStest |
Modifier and Type | Method and Description |
---|---|
static ServiceList |
create(String key) |
String |
getValue() |
static ServiceList |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceList[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServiceList DataSafe
public static final ServiceList DataSafeDev
public static final ServiceList DataSafeDev1
public static final ServiceList DataSafeDev2
public static final ServiceList DataSafeDev3
public static final ServiceList DataSafeDev4
public static final ServiceList DataSafeDev5
public static final ServiceList DataSafeDev6
public static final ServiceList DataSafeDev7
public static final ServiceList DataSafeDev8
public static final ServiceList DataSafeDev9
public static final ServiceList DataSafeLrg1
public static final ServiceList DataSafeLrg2
public static final ServiceList DataSafeLrg3
public static final ServiceList DataSafeLrg4
public static final ServiceList DataSafePtest
public static final ServiceList DataSafeStest
public static final ServiceList DataSafeStage
public static ServiceList[] values()
for (ServiceList c : ServiceList.values()) System.out.println(c);
public static ServiceList 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 ServiceList create(String key)
Copyright © 2016–2024. All rights reserved.