|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ManagedParameter
A representation of a ManagedOperation parameter
Method Summary | ||
---|---|---|
String |
checkValidValue(MetaValue value)
Check whether this is a valid value |
|
String |
getDescription()
Get the description |
|
|
getField(String fieldName,
Class<T> expected)
Get a field |
|
Fields |
getFields()
Get the fields |
|
Set<MetaValue> |
getLegalValues()
Get the legal values |
|
Comparable<?> |
getMaximumValue()
Get the miximum value |
|
MetaType |
getMetaType()
Get the type |
|
Comparable<?> |
getMinimumValue()
Get the minimum value |
|
String |
getName()
Get the property's name |
|
MetaValue |
getValue()
Get the value |
|
void |
setField(String fieldName,
Serializable value)
Set a field |
|
void |
setValue(MetaValue value)
Set the value |
Methods inherited from interface org.jboss.managed.api.TransientAttachments |
---|
getTransientAttachment, getTransientAttachment, setTransientAttachment |
Method Detail |
---|
Fields getFields()
<T> T getField(String fieldName, Class<T> expected)
T
- the expected typefieldName
- the field nameexpected
- the expected type
void setField(String fieldName, Serializable value)
fieldName
- the field namevalue
- the valueString getName()
String getDescription()
MetaType getMetaType()
MetaValue getValue()
void setValue(MetaValue value)
value
- the valueSet<MetaValue> getLegalValues()
Comparable<?> getMinimumValue()
Comparable<?> getMaximumValue()
String checkValidValue(MetaValue value)
value
- the value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |