|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--javax.wbem.query.ValueExp
|
+--javax.wbem.query.StringValueExp
This class represents strings that are arguments to SQL
relational constraints. A StringValueExp
may be used anywhere a ValueExp is required.
Instances of StringValueExp print using the
SQL syntax for string literals.
| Constructor Summary | |
StringValueExp()
Creates a new StringValueExp representing the
string literal "". |
|
StringValueExp(java.lang.String val)
Creates a new StringValueExp representing the
string literal val. |
|
| Method Summary | |
java.lang.String |
getValue()
Accessor for the actual String value. |
java.lang.String |
toString()
Returns the SQL syntax string representing its value. |
| Methods inherited from class javax.wbem.query.ValueExp |
apply |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public StringValueExp(java.lang.String val)
StringValueExp representing the
string literal val.
public StringValueExp()
StringValueExp representing the
string literal "".
| Method Detail |
public java.lang.String getValue()
String - value of this expression.public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||