类的用途
javax.management.AttributeValueExp
使用 AttributeValueExp 的包
-
AttributeValueExp 在 javax.management 中的用法
javax.management 中返回 AttributeValueExp 的方法修饰符和类型方法描述static AttributeValueExp返回一个新的属性表达式。static AttributeValueExp返回一个新的限定属性表达式。static AttributeValueExpQuery.classattr()返回一个新的类属性表达式,它可以在任何需要 ValueExp 的查询调用中使用。javax.management 中的方法,参数类型为 AttributeValueExp修饰符和类型方法描述static QueryExpQuery.anySubString(AttributeValueExp a, StringValueExp s) 返回表示字符串参数匹配约束的查询表达式。static QueryExpQuery.finalSubString(AttributeValueExp a, StringValueExp s) 返回表示字符串参数匹配约束的查询表达式。static QueryExpQuery.initialSubString(AttributeValueExp a, StringValueExp s) 返回表示字符串参数匹配约束的查询表达式。static QueryExpQuery.match(AttributeValueExp a, StringValueExp s) 返回表示字符串参数匹配约束的查询表达式。