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

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

public class GreaterThanEqualsCondition
extends AbstractCondition

Greater than equals condition.


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

GreaterThanEqualsCondition

public GreaterThanEqualsCondition()
Creates a new instance of GreaterThanEqualsConfitions

Method Detail

getType

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

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


Sun Microsystems, Inc.