|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectatg.commerce.expression.RuleExpression
public class RuleExpression
This class represents a rule expression. A rule expression represents an operand of an expression.
| Field Summary | |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string |
| Constructor Summary | |
|---|---|
RuleExpression()
|
|
RuleExpression(java.lang.String pExpression)
|
|
| Method Summary | |
|---|---|
java.lang.Object[] |
getArrayValue()
Returns property arrayValue |
java.lang.Boolean |
getBooleanValue()
Returns property booleanValue |
java.lang.Character |
getCharValue()
Returns property charValue |
java.lang.String |
getCollectionElement()
Returns property collectionElement |
java.util.Collection |
getCollectionValue()
Returns property collectionValue |
java.util.Dictionary |
getDictionaryValue()
Returns property DictionaryValue |
java.lang.Double |
getDoubleValue()
Returns property doubleValue |
java.lang.String |
getExpression()
Returns property expression |
int |
getExpressionType()
Returns property expressionType |
java.lang.Float |
getFloatValue()
Returns property floatValue |
java.lang.Integer |
getIntValue()
Returns property intValue |
java.lang.Long |
getLongValue()
Returns property longValue |
java.util.Map |
getMapValue()
Returns property mapValue |
java.lang.Object |
getObjectValue()
Returns property objectValue |
java.lang.Short |
getShortValue()
Returns property shortValue |
java.lang.String |
getStringValue()
Returns property stringValue |
java.lang.Object |
getValue()
|
void |
setArrayValue(java.lang.Object[] pArrayValue)
Sets property arrayValue |
void |
setBooleanValue(java.lang.Boolean pBooleanValue)
Sets property booleanValue |
void |
setCharValue(java.lang.Character pCharValue)
Sets property charValue |
void |
setCollectionElement(java.lang.String pCollectionElement)
Sets property collectionElement |
void |
setCollectionValue(java.util.Collection pCollectionValue)
Sets property collectionValue |
void |
setDictionaryValue(java.util.Dictionary pDictionaryValue)
Sets property DictionaryValue |
void |
setDoubleValue(java.lang.Double pDoubleValue)
Sets property doubleValue |
void |
setExpression(java.lang.String pExpression)
Sets property expression |
void |
setExpressionType(int pExpressionType)
Sets property expressionType |
void |
setFloatValue(java.lang.Float pFloatValue)
Sets property floatValue |
void |
setIntValue(java.lang.Integer pIntValue)
Sets property intValue |
void |
setLongValue(java.lang.Long pLongValue)
Sets property longValue |
void |
setMapValue(java.util.Map pMapValue)
Sets property mapValue |
void |
setObjectValue(java.lang.Object pObjectValue)
Sets property objectValue |
void |
setShortValue(java.lang.Short pShortValue)
Sets property shortValue |
void |
setStringValue(java.lang.String pStringValue)
Sets property stringValue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static java.lang.String CLASS_VERSION
| Constructor Detail |
|---|
public RuleExpression()
public RuleExpression(java.lang.String pExpression)
| Method Detail |
|---|
public java.lang.Object getValue()
public int getExpressionType()
public void setExpressionType(int pExpressionType)
pExpressionType - the value to set for property expressionTypepublic java.lang.String getExpression()
public void setExpression(java.lang.String pExpression)
pExpression - the value to set for property expressionpublic java.lang.Double getDoubleValue()
public void setDoubleValue(java.lang.Double pDoubleValue)
pDoubleValue - the value to set for property doubleValuepublic java.lang.Long getLongValue()
public void setLongValue(java.lang.Long pLongValue)
pLongValue - the value to set for property longValuepublic java.lang.Integer getIntValue()
public void setIntValue(java.lang.Integer pIntValue)
pIntValue - the value to set for property intValuepublic java.lang.Float getFloatValue()
public void setFloatValue(java.lang.Float pFloatValue)
pFloatValue - the value to set for property floatValuepublic java.lang.Short getShortValue()
public void setShortValue(java.lang.Short pShortValue)
pShortValue - the value to set for property shortValuepublic java.lang.Boolean getBooleanValue()
public void setBooleanValue(java.lang.Boolean pBooleanValue)
pBooleanValue - the value to set for property booleanValuepublic java.lang.String getStringValue()
public void setStringValue(java.lang.String pStringValue)
pStringValue - the value to set for property stringValuepublic java.lang.Character getCharValue()
public void setCharValue(java.lang.Character pCharValue)
pCharValue - the value to set for property charValuepublic java.util.Map getMapValue()
public void setMapValue(java.util.Map pMapValue)
pMapValue - the value to set for property mapValuepublic java.util.Dictionary getDictionaryValue()
public void setDictionaryValue(java.util.Dictionary pDictionaryValue)
pDictionaryValue - the value to set for property DictionaryValuepublic java.util.Collection getCollectionValue()
public void setCollectionValue(java.util.Collection pCollectionValue)
pCollectionValue - the value to set for property collectionValuepublic java.lang.Object getObjectValue()
public void setObjectValue(java.lang.Object pObjectValue)
pObjectValue - the value to set for property objectValuepublic java.lang.String getCollectionElement()
public void setCollectionElement(java.lang.String pCollectionElement)
pCollectionElement - the value to set for property collectionElementpublic java.lang.Object[] getArrayValue()
public void setArrayValue(java.lang.Object[] pArrayValue)
pArrayValue - the value to set for property arrayValue
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||