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

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

public class LessThanCondition
extends AbstractCondition

Less than condition.


Field Summary
static int TYPE
          type
 
Constructor Summary
LessThanCondition()
          Creates a new instance of LessThanCondition
 
Method Summary
 int getType()
          Getter for Type attribute of the LessThanCondition 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

LessThanCondition

public LessThanCondition()
Creates a new instance of LessThanCondition

Method Detail

getType

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

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


Sun Microsystems, Inc.