|
eXo Kernel :: MC Kernel Integration :: Implementation 2.4.13-GA | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<MCInjectionMode>
org.exoplatform.container.mc.impl.MCInjectionMode
public enum MCInjectionMode
Annotation that represents injection mode. One-to-one mapped to org.jboss.beans.info.spi.BeanAccessMode
| Enum Constant Summary | |
|---|---|
ALL
Field and method injections |
|
FIELDS
Disable field injections (default) |
|
STANDARD
Try setter injection first, if no setter found, fallback to field |
|
| Method Summary | |
|---|---|
static MCInjectionMode |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static MCInjectionMode[] |
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 MCInjectionMode ALL
public static final MCInjectionMode FIELDS
public static final MCInjectionMode STANDARD
| Method Detail |
|---|
public static MCInjectionMode[] values()
for (MCInjectionMode c : MCInjectionMode.values()) System.out.println(c);
public static MCInjectionMode 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
|
eXo Kernel :: MC Kernel Integration :: Implementation 2.4.13-GA | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||