com.ibm.websphere.objectgrid.streamquery
Class AccessType
java.lang.Object
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.
- AccessType.FIELD: direct field access
- AccessType.PROPERTY: use accessor method to access
- 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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
FIELD
public static final AccessType FIELD
PROPERTY
public static final AccessType PROPERTY
UNDEFINED
public static final AccessType UNDEFINED
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()
© Copyright International Business Machines Corp 2005-2007. All rights reserved.