com.bea.ales.management.query
Class QueryType

java.lang.Object
  |
  +--com.bea.ales.management.query.QueryType

public class QueryType
extends java.lang.Object

This class defines query type consts that is used in various query functions in this package.


Field Summary
static int ALL
          This indicates to query the attribute value, including these inherited from ancestors or descendants and the value of it own.
static int ALL_INCLUDE_DENIED
           
static int DIRECT
          This indicates to query the attribute value that associated with the object directly
static int INHERITTED
          This indicates to query the attribute value, which is inherited from ancestors or descendants.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DIRECT

public static final int DIRECT
This indicates to query the attribute value that associated with the object directly

ALL

public static final int ALL
This indicates to query the attribute value, including these inherited from ancestors or descendants and the value of it own.

INHERITTED

public static final int INHERITTED
This indicates to query the attribute value, which is inherited from ancestors or descendants.

ALL_INCLUDE_DENIED

public static final int ALL_INCLUDE_DENIED


Copyright © 2004-2008, Oracle and/or its affiliates. All rights reserved.