|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<BindingType>
io.nuun.kernel.api.plugin.request.BindingType
public enum BindingType
| Enum Constant Summary | |
|---|---|
CUSTOM
Binds the Implementation to the Classes specifed by @To(to={}) Equals: for(Class |
|
IMPLEMENTATION
Binds the Implementation to itself. |
|
INTERFACES
Binds the Implementation to all implemented Interfaces. |
|
SUPER
Binds the Implementation to the extended Super-Class. |
|
| Method Summary | |
|---|---|
static BindingType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static BindingType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final BindingType IMPLEMENTATION
public static final BindingType INTERFACES
public static final BindingType SUPER
public static final BindingType CUSTOM
| Method Detail |
|---|
public static BindingType[] values()
for (BindingType c : BindingType.values()) System.out.println(c);
public static BindingType valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||