| java.lang.Object javax.management.StringValueExp
StringValueExp | public class StringValueExp implements ValueExp(Code) | | A String that is an arguement to a query.
author: Adrian.Brock@jboss.org version: $Revision: 57200 $ |
StringValueExp | public StringValueExp()(Code) | | Construct a string value expression for the null string.
|
StringValueExp | public StringValueExp(String value)(Code) | | Construct a string value expression for the passed string
Parameters: value - the string |
getValue | public String getValue()(Code) | | Get the value of the string.
the string value |
|
|