|
||||||||||
| 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(Serializable 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 |
|
Object |
getValue()
Get the value |
|
void |
setField(String fieldName,
Serializable value)
Set a field |
|
void |
setValue(Serializable value)
Set the value |
|
| 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()
Object getValue()
void setValue(Serializable value)
value - the valueSet<MetaValue> getLegalValues()
Comparable<?> getMinimumValue()
Comparable<?> getMaximumValue()
String checkValidValue(Serializable value)
value - the value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||