IBM WebSphere Extended Deployment (XD)TM, Release 6.1
ObjectGrid API Specification

com.ibm.websphere.objectgrid.streamquery
Class AccessType

java.lang.Object
  extended by com.ibm.websphere.objectgrid.streamquery.AccessType
All Implemented Interfaces:
java.io.Serializable

public class AccessType
extends java.lang.Object
implements java.io.Serializable

The method in which the attribute of an object is accessed. There are three values for the AccessType objects.

  1. AccessType.FIELD: direct field access
  2. AccessType.PROPERTY: use accessor method to access
  3. AccessType.UNDEFINED: if this value is provided, the object annotations will be checked to see whether a field or property access type is provided. If not, the property access will be used.

Since:
WAS XD 6.1
See Also:
Serialized Form

Field Summary
static AccessType FIELD
           
static AccessType PROPERTY
           
static AccessType UNDEFINED
           
 
Method Summary
 int getAccessType()
           
 int hashCode()
           
 java.lang.String toString()
          Returns a string representation of the AssociationType.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

FIELD

public static final AccessType FIELD

PROPERTY

public static final AccessType PROPERTY

UNDEFINED

public static final AccessType UNDEFINED
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Returns a string representation of the AssociationType.

Overrides:
toString in class java.lang.Object
Returns:
a string representation of the AssociationType.

getAccessType

public int getAccessType()

IBM WebSphere Extended Deployment (XD)TM, Release 6.1
ObjectGrid API Specification

© Copyright International Business Machines Corp 2005-2007. All rights reserved.