|
SAP NetWeaver 7.30 (SP02) Composition Environment | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sap.netweaver.bc.uwl.config.ComparatorEnum
public final class ComparatorEnum
Enumeration of all types of Comparisions allowed in the Expression objects.
Expression,
Serialized Form| Field Summary | |
|---|---|
static ComparatorEnum |
CONTAINED_BY
Similar to Contains but LHS and RHS exchanged. |
static ComparatorEnum |
CONTAINS
For Strings this represents if string contains another string. |
static ComparatorEnum |
ENDS_WITH
For Strings this represents if string ends with another string. |
static ComparatorEnum |
EQUAL_TO
Represents if two objects are equal. |
static ComparatorEnum |
GREATER_THAN
Represents if one object is greater than the other. |
static ComparatorEnum |
GREATER_THAN_OR_EQUALTO
Represents if one object is greater than or equal to other. |
static ComparatorEnum |
LESS_THAN
Represents if one object is less than the other. |
static ComparatorEnum |
LESS_THAN_OR_EQUAL_TO
Represents if one object is less than or equal to the other. |
static ComparatorEnum |
NOT_CONTAINS
see Contains |
static ComparatorEnum |
NOT_ENDS_WITH
see EndsWith |
static ComparatorEnum |
NOT_EQUAL_TO
Represents if two objects are not equal. |
static ComparatorEnum |
NOT_STARTS_WITH
see StartsWith |
static ComparatorEnum |
STARTS_WITH
For Strings this represents if string begins with another string. |
| Method Summary | |
|---|---|
static ComparatorEnum |
getEnumFromString(String typ)
|
String |
getValue()
|
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final ComparatorEnum EQUAL_TO
public static final ComparatorEnum NOT_EQUAL_TO
public static final ComparatorEnum GREATER_THAN
public static final ComparatorEnum GREATER_THAN_OR_EQUALTO
public static final ComparatorEnum LESS_THAN
public static final ComparatorEnum LESS_THAN_OR_EQUAL_TO
public static final ComparatorEnum STARTS_WITH
public static final ComparatorEnum ENDS_WITH
public static final ComparatorEnum CONTAINS
public static final ComparatorEnum CONTAINED_BY
public static final ComparatorEnum NOT_STARTS_WITH
public static final ComparatorEnum NOT_ENDS_WITH
public static final ComparatorEnum NOT_CONTAINS
| Method Detail |
|---|
public int hashCode()
hashCode in class Objectpublic String getValue()
public String toString()
toString in class Objectpublic static ComparatorEnum getEnumFromString(String typ)
| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] UWLJWF
|
[sap.com] tc/kmc/bc.uwl/api
|
-
|
EP-BC-UWL
|
[sap.com] UWLJWF
|
[sap.com] tc/kmc/bc.uwl/api
|
default
|
EP-BC-UWL
|
|
SAP NetWeaver 7.30 (SP02) Composition Environment | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||