Describes a parameter used in one or more operations or constructors of an open MBean.
This interface declares the same methods as the class javax.
. A class implementing this
interface (typically OpenMBeanParameterInfoSupport
) should
extend javax.
.
Modifier and Type | Method and Description |
---|---|
public boolean | |
public Object | Returns: the default value.Returns the default value for this parameter, if it has one, or
|
public String | Returns: the description.Returns a human readable description of the parameter
described by this |
public Set | Returns: the set of legal values.Returns the set of legal values for this parameter, if it has
one, or |
public Comparable | Returns: the maximum value.Returns the maximal value for this parameter, if it has one, or
|
public Comparable | Returns: the minimum value.Returns the minimal value for this parameter, if it has one, or
|
public String | Returns: the name.Returns the name of the parameter
described by this |
public OpenType | Returns: the open type.Returns the open type of the values of the parameter
described by this |
public boolean | Returns: true if there is a default value.Returns |
public int | Returns: the hash code value for thisOpenMBeanParameterInfo instanceReturns the hash code value for this |
public boolean | Returns: true if there is a set of legal values.Returns |
public boolean | Returns: true if there is a maximum value.Returns |
public boolean | Returns: true if there is a minimum value.Returns |
public boolean | |
public String | Returns: a string representation of thisOpenMBeanParameterInfo instanceReturns a string representation of this |
equals | back to summary |
---|---|
public boolean equals(Object obj) Compares the specified obj parameter with this
Returns
equals method works properly for obj parameters which are
different implementations of the OpenMBeanParameterInfo interface.
|
getDefaultValue | back to summary |
---|---|
public Object getDefaultValue() Returns the default value for this parameter, if it has one, or
|
getDescription | back to summary |
---|---|
public String getDescription() Returns a human readable description of the parameter
described by this
|
getLegalValues | back to summary |
---|---|
public Set Returns the set of legal values for this parameter, if it has
one, or
|
getMaxValue | back to summary |
---|---|
public Comparable Returns the maximal value for this parameter, if it has one, or
|
getMinValue | back to summary |
---|---|
public Comparable Returns the minimal value for this parameter, if it has one, or
|
getName | back to summary |
---|---|
public String getName() Returns the name of the parameter
described by this
|
getOpenType | back to summary |
---|---|
public OpenType Returns the open type of the values of the parameter
described by this
|
hasDefaultValue | back to summary |
---|---|
public boolean hasDefaultValue() Returns
|
hashCode | back to summary |
---|---|
public int hashCode() Returns the hash code value for this
The hash code of an
This ensures that
|
hasLegalValues | back to summary |
---|---|
public boolean hasLegalValues() Returns
|
hasMaxValue | back to summary |
---|---|
public boolean hasMaxValue() Returns
|
hasMinValue | back to summary |
---|---|
public boolean hasMinValue() Returns
|
isValue | back to summary |
---|---|
public boolean isValue(Object obj) Tests whether obj is a valid value for the parameter
described by this
|
toString | back to summary |
---|---|
public String toString() Returns a string representation of this
The string representation consists of the name of this class (ie
|