|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StringValueExp | |
|---|---|
| javax.management | |
| Uses of StringValueExp in javax.management |
|---|
| Methods in javax.management that return StringValueExp | |
|---|---|
static StringValueExp |
Query.value(String value)
Create a string value expression for use in a Query. |
| Methods in javax.management with parameters of type StringValueExp | |
|---|---|
static QueryExp |
Query.anySubString(AttributeValueExp attr,
StringValueExp string)
Tests an attribute contains a string as a subset. |
static QueryExp |
Query.finalSubString(AttributeValueExp attr,
StringValueExp string)
Tests an attribute ends with a string as a subset. |
static QueryExp |
Query.initialSubString(AttributeValueExp attr,
StringValueExp string)
Tests an attribute starts with a string as a subset. |
static QueryExp |
Query.match(AttributeValueExp attr,
StringValueExp string)
Tests an attribute equals a string value. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||