static SmCompareKind |
SmCompareKind.lookup(int signum)
Converts a signum value into an enumeration value according to the following table:
lookup
signum
BEFORE
negative
EQUAL
zero (0)
AFTER
positive
static SmCompareKind |
SmCompareKind.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static SmCompareKind[] |
SmCompareKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared. |
Copyright © 2009 TIBCO Software Inc. All Rights Reserved.
|