StringValueExp (Java SE 16 & JDK 16) (original) (raw)

All Implemented Interfaces:

[Serializable](../../../java.base/java/io/Serializable.html "interface in java.io"), [ValueExp](ValueExp.html "interface in javax.management")


public class StringValueExp extends Objectimplements ValueExp

Represents strings that are arguments to relational constraints. A StringValueExp may be used anywhere a ValueExp is required.

Since:

1.5

See Also:

Serialized Form

Constructors
Creates a new StringValueExp representing the given string.

Applies the ValueExp on a MBean.
[getValue](#getValue%28%29)()
Returns the string represented by theStringValueExp instance.
void
[toString](#toString%28%29)()
Returns the string representing the object.