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

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

public class StartsWithCondition
extends AbstractCondition

Condition object representing starts with.


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

StartsWithCondition

public StartsWithCondition()
Creates a new instance of StartsWithCondition

Method Detail

getType

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

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


Sun Microsystems, Inc.