Searched refs:hasMaxValue (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/management/openmbean/
H A DOpenMBeanParameterInfo.java148 public boolean hasMaxValue() ; method in interface:OpenMBeanParameterInfo
H A DOpenMBeanAttributeInfoSupport.java491 (info.hasMinValue() || info.hasMaxValue())) {
503 if (info.hasMaxValue() && !openType.isValue(info.getMaxValue())) {
528 if (info.hasMaxValue()) {
559 if (info.hasMinValue() && info.hasMaxValue()) {
914 public boolean hasMaxValue() { method in class:OpenMBeanAttributeInfoSupport
945 (!info.hasMaxValue() ||
1012 (x1.hasMaxValue() ?
1014 !x2.hasMaxValue()) &&
1071 if (info.hasMaxValue())
H A DOpenMBeanParameterInfoSupport.java487 public boolean hasMaxValue() { method in class:OpenMBeanParameterInfoSupport

Completed in 34 milliseconds