|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.mdm.index.configurator.impl.blocker.AbstractCondition
com.sun.mdm.index.configurator.impl.blocker.RangeCondition
Range condition.
Field Summary | |
static int |
RANGE_TYPE_CONSTANT
|
static int |
RANGE_TYPE_OFFSET
|
static int |
TYPE
type |
Constructor Summary | |
RangeCondition()
Creates a new instance of RangeCondition |
Method Summary | |
int |
getDefaultLowerType()
Getter for defaultLowerType attribute of the RangeCondition object. |
java.lang.String |
getDefaultLowerValue()
Getter for defaultLowerValue attribute of the RangeCondition object. |
int |
getDefaultUpperType()
Getter for defaultUpperType attribute of the RangeCondition object. |
java.lang.String |
getDefaultUpperValue()
Getter for defaultUpperValue attribute of the RangeCondition object. |
int |
getType()
Getter for Type attribute of the RangeCondition object. |
void |
setDefaultLowerType(java.lang.String val)
Setter for defaultLowerType attribute of the RangeCondition object. |
void |
setDefaultLowerValue(java.lang.String val)
Setter for defaultLowerValue attribute of the RangeCondition object. |
void |
setDefaultUpperType(java.lang.String val)
Setter for defaultUpperType attribute of the RangeCondition object. |
void |
setDefaultUpperValue(java.lang.String val)
Setter for defaultUpperValue attribute of the RangeCondition 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 |
public static final int RANGE_TYPE_CONSTANT
public static final int RANGE_TYPE_OFFSET
public static final int TYPE
Constructor Detail |
public RangeCondition()
Method Detail |
public int getDefaultLowerType()
public java.lang.String getDefaultLowerValue()
public int getDefaultUpperType()
public java.lang.String getDefaultUpperValue()
public int getType()
getType
in class AbstractCondition
public void setDefaultLowerType(java.lang.String val) throws ConfigurationException
val
- Value to set for the default lower type.
ConfigurationException
- if an error occurs.public void setDefaultLowerValue(java.lang.String val)
val
- Value to set for the default lower value.public void setDefaultUpperType(java.lang.String val) throws ConfigurationException
val
- Value to set for the default upper type.
ConfigurationException
- if an error occurs.public void setDefaultUpperValue(java.lang.String val)
val
- Value to set for the default upper value.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Sun Microsystems, Inc.