com.sap.netweaver.bc.uwl.config
Class Expression
java.lang.Object
com.sap.netweaver.bc.uwl.config.Expression
- All Implemented Interfaces:
- Cloneable, Serializable
- public final class Expression
- extends Object
- implements Cloneable, Serializable
Represents one comparision expression. Contains name, value and comparision
that needs to be done. To represents items with attachment count greater than
10, following example could be used. See UWL DTD documentation for more details.
<Expression name="attachmentCount" value="10" comparator="greaterThan" />
Typically name represents one of the Item's attribute names and value represents the
RHS for the comparision.
- See Also:
CompoundExpression,
ComparatorEnum,
Serialized Form
Expression
public Expression(String name,
String value,
ComparatorEnum con)
getName
public String getName()
getValue
public String getValue()
getComparator
public ComparatorEnum getComparator()
clone
public Object clone()
throws CloneNotSupportedException
- Throws:
CloneNotSupportedException
equals
public boolean equals(Expression obj)
Copyright 2006 SAP AG Complete Copyright Notice