| IBM WebSphere Extended Deployment (XD)TM
Release 6.0 |
Method Summary | |
---|---|
public
DialectOperator | getOperators()
Gets all operators relevant to this operand.
|
public
DialectOperator | getComparisonOperators()
Gets only comparison operators relevant to this operand.
|
public
boolean | hasSelectableValues()
Checks to see if the operand has a list of acceptable values. If it.
|
public
boolean | isAppendable()
Checks to see if the operand name can be extended with additional user characters. Note.
|
public
boolean | isStringType()
Checks if data type of operand is String or not.
|
public
boolean | isNumericType()
Checks if data type of operand is Numeric or not.
|
public
boolean | isDateType()
Checks if data type of operand is Date or not.
|
public
String | getOperandValues()
Gets array of values for this operand. If there are no values then NULL.
|
public
String | getTranslatedText(java.util.Locale)
Gets a translated string in the language specified by the Locale object.
|
public
String | toString()
Gets the string representation of the operand.
|
Method Detail |
public DialectOperator getOperators( | ) |
public DialectOperator getComparisonOperators( | ) |
public boolean hasSelectableValues( | ) |
public boolean isAppendable( | ) |
public boolean isStringType( | ) |
public boolean isNumericType( | ) |
public boolean isDateType( | ) |
public String getOperandValues( | ) |
public String getTranslatedText( | Locale locale )
|
locale
-
The constructed locale object with the lowercase two-letter ISO-639 language
and uppercase two-letter ISO-3166 country codes set.
public String toString( | ) |
| IBM WebSphere Extended Deployment (XD)TM
Release 6.0 |