| java.lang.Object javax.management.StringValueExp
StringValueExp | public class StringValueExp implements ValueExp(Code) | | The ValueExp that represents a string.
version: $Revision: 1.6 $ |
StringValueExp | public StringValueExp()(Code) | | Creates a new StringValueExp with a null string
|
StringValueExp | public StringValueExp(String value)(Code) | | Creates a new StringValueExp with the given string
|
getValue | public String getValue()(Code) | | Returns the string represented by this instance
|
|
|