| java.lang.Object javax.management.StringValueExp
StringValueExp | public class StringValueExp implements ValueExp(Code) | | Represents strings that are arguments to relational constraints.
A StringValueExp may be used anywhere a ValueExp
is required.
|
StringValueExp | public StringValueExp()(Code) | | Constructs a StringValueExp with default val
|
StringValueExp | public StringValueExp(String val)(Code) | | Creates a new StringValueExp representing the string
literal val.
Parameters: val - Creates a StringValueExp representing the string literal val |
getValue | public String getValue()(Code) | | Returns the string represented by the StringValueExp instance.
This returns the string represented by the StringValueExp instance. |
setMBeanServer | public void setMBeanServer(MBeanServer server)(Code) | | Sets the MBeanServer on which the query is to be accessed.
Parameters: server - - The MBeanServer on which the query is to be accessed |
toString | public String toString()(Code) | | Returns the string representing the object.
Returns the string representation of object |
|
|