com.sun.mdm.index.configurator.impl.blocker
Class ExactCondition

java.lang.Object
  extended bycom.sun.mdm.index.configurator.impl.blocker.AbstractCondition
      extended bycom.sun.mdm.index.configurator.impl.blocker.ExactCondition

public class ExactCondition
extends AbstractCondition

Exact condition.


Field Summary
static int TYPE
          type
 
Constructor Summary
ExactCondition()
          Creates a new instance of ExactCondition
 
Method Summary
 int getType()
          Getter for Type attribute of the ExactCondition object.
 
Methods inherited from class com.sun.mdm.index.configurator.impl.blocker.AbstractCondition
getField, getSource, setField, setSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE

public static final int TYPE
type

See Also:
Constant Field Values
Constructor Detail

ExactCondition

public ExactCondition()
Creates a new instance of ExactCondition

Method Detail

getType

public int getType()
Getter for Type attribute of the ExactCondition object.

Specified by:
getType in class AbstractCondition
Returns:
type as integer.


Sun Microsystems, Inc.