Package com.oracle.bmc.wlms.requests
Enum ListWlsDomainsRequest.MiddlewareType
- java.lang.Object
-
- java.lang.Enum<ListWlsDomainsRequest.MiddlewareType>
-
- com.oracle.bmc.wlms.requests.ListWlsDomainsRequest.MiddlewareType
-
- All Implemented Interfaces:
BmcEnum,Serializable,Comparable<ListWlsDomainsRequest.MiddlewareType>
- Enclosing class:
- ListWlsDomainsRequest
public static enum ListWlsDomainsRequest.MiddlewareType extends Enum<ListWlsDomainsRequest.MiddlewareType> implements BmcEnum
A filter to return WebLogic domains based on the type of middleware of the WebLogic domain.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListWlsDomainsRequest.MiddlewareTypecreate(String key)StringgetValue()static ListWlsDomainsRequest.MiddlewareTypevalueOf(String name)Returns the enum constant of this type with the specified name.static ListWlsDomainsRequest.MiddlewareType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Fmw
public static final ListWlsDomainsRequest.MiddlewareType Fmw
-
Wls
public static final ListWlsDomainsRequest.MiddlewareType Wls
-
-
Method Detail
-
values
public static ListWlsDomainsRequest.MiddlewareType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (ListWlsDomainsRequest.MiddlewareType c : ListWlsDomainsRequest.MiddlewareType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ListWlsDomainsRequest.MiddlewareType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
create
public static ListWlsDomainsRequest.MiddlewareType create(String key)
-
-