|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<SupportUnmarshall>
org.compass.annotations.SupportUnmarshall
public enum SupportUnmarshall
Controls if the Searchable class support un-marshalling (the process
of converting the raw resource read from the search engine into a domain model
object).
| Enum Constant Summary | |
|---|---|
FALSE
The searchable class will not support un-marshalling. |
|
NA
Defaults to Compass global osem setting supportUnmarshall. |
|
TRUE
The searchable class will support un-marshalling. |
|
| Method Summary | |
|---|---|
static SupportUnmarshall |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SupportUnmarshall[] |
values()
Returns an array containing the constants of this enum type, in the order they're 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 SupportUnmarshall NA
public static final SupportUnmarshall TRUE
public static final SupportUnmarshall FALSE
| Method Detail |
|---|
public static final SupportUnmarshall[] values()
for(SupportUnmarshall c : SupportUnmarshall.values())
System.out.println(c);
public static SupportUnmarshall 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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||