public static enum BinderRequest.BindingRule extends Enum<BinderRequest.BindingRule>
Enum Constant and Description |
---|
CURRENT |
DEFAULT |
SPECIFIC |
STEADY_STATE |
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static BinderRequest.BindingRule |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BinderRequest.BindingRule[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BinderRequest.BindingRule DEFAULT
public static final BinderRequest.BindingRule STEADY_STATE
public static final BinderRequest.BindingRule CURRENT
public static final BinderRequest.BindingRule SPECIFIC
public static BinderRequest.BindingRule[] values()
for (BinderRequest.BindingRule c : BinderRequest.BindingRule.values()) System.out.println(c);
public static BinderRequest.BindingRule 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 String getValue()
Copyright © 2024. All rights reserved.