|
Liferay 6.0-ee-sp2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<Propagation>
com.liferay.portal.kernel.annotation.Propagation
Propagation
public enum Propagation
| Enum Constant Summary | |
|---|---|
MANDATORY
Deprecated. |
|
NESTED
Deprecated. |
|
NEVER
Deprecated. |
|
NOT_SUPPORTED
Deprecated. |
|
REQUIRED
Deprecated. |
|
REQUIRES_NEW
Deprecated. |
|
SUPPORTS
Deprecated. |
|
| Method Summary | |
|---|---|
int |
value()
Deprecated. |
static Propagation |
valueOf(String name)
Deprecated. Returns the enum constant of this type with the specified name. |
static Propagation[] |
values()
Deprecated. 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, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final Propagation MANDATORY
public static final Propagation NEVER
public static final Propagation NESTED
public static final Propagation NOT_SUPPORTED
public static final Propagation REQUIRED
public static final Propagation REQUIRES_NEW
public static final Propagation SUPPORTS
| Method Detail |
|---|
public static final Propagation[] values()
for (Propagation c : Propagation.values()) System.out.println(c);
public static Propagation 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 nullpublic int value()
|
Liferay 6.0-ee-sp2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||