|
IBM WebSphere Extended Deployment (XD)TM, Release 6.1 ObjectGrid API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<AccessTypeEnum>
com.ibm.websphere.objectgrid.streamquery.annotations.AccessTypeEnum
public enum AccessTypeEnum
Overrides or explicitly defines the method in which the persistence layer accesses the stream query entity's persistent state.
| Enum Constant Summary | |
|---|---|
FIELD
The attributes of the stream or view class is accessed using fields. |
|
PROPERTY
The attributes of the stream or view class is accessed using methods. |
|
UNDEFINED
Undefined access type |
|
| Method Summary | |
|---|---|
static AccessTypeEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AccessTypeEnum[] |
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 AccessTypeEnum FIELD
public static final AccessTypeEnum PROPERTY
public static final AccessTypeEnum UNDEFINED
| Method Detail |
|---|
public static final AccessTypeEnum[] values()
for(AccessTypeEnum c : AccessTypeEnum.values())
System.out.println(c);
public static AccessTypeEnum valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
|
IBM WebSphere Extended Deployment (XD)TM, Release 6.1 ObjectGrid API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||