|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InputParameter
An InputParameter
object contains the data expected as input for a service.
Method Summary | |
---|---|
java.util.Map |
getAttributes()
Retrieves the attributes or metadata specific to this service's component. |
java.lang.String |
getDefaultValue()
Retrieves a string form of the value to be passed at runtime to the service, for cases in which the input parameter is null . |
java.lang.String[] |
getFilterCategories()
Returns an array containing filter categories associated with this parameter. |
java.lang.String |
getHint()
Retrieves short text that describes the purpose of the parameter and is displayed within related user interfaces. |
java.lang.String |
getName()
Retrieves the name of the parameter, which must be unique with respect to all input parameters. |
PropertyEditor |
getPropertyEditor()
Retrieves a PropertyEditor object
that optionally references a
PropertyEditorComponent
to use for editing or viewing this parameter. |
java.lang.String[] |
getSupportedExpressionTypes()
Retrieves an array of supported expression types. |
java.lang.String |
getTitle()
Retrieves the title of the parameter. |
java.lang.String |
getType()
Retrieves the Java class for this parameter. |
boolean |
isHidden()
Determines whether this input parameter should be visible. |
boolean |
isInOutParameter()
Determines whether this input parameter is an in/out parameter. |
boolean |
isRequired()
Determines whether this parameter is required in the invocation request. |
void |
setDefaultValue(java.lang.String aValue)
Deprecated. |
void |
setRequired(boolean aValue)
Deprecated. |
Method Detail |
---|
java.lang.String getName()
java.lang.String getType()
java.lang.String getDefaultValue()
null
.
boolean isRequired()
true
if this parameter is required in the invocation request, false
otherwise.java.util.Map getAttributes()
java.util.Map
containing the attributes or metadata specific to this service's component.PropertyEditor getPropertyEditor()
PropertyEditor
object
that optionally references a
PropertyEditorComponent
to use for editing or viewing this parameter.
java.lang.String getHint()
java.lang.String[] getSupportedExpressionTypes()
null
,
it is assumed that all expression types are supported.
boolean isHidden()
true
if this input parameter should be hidden, false
otherwise.boolean isInOutParameter()
true
if this input parameter is an in/out parameter, false
otherwise.java.lang.String getTitle()
void setRequired(boolean aValue)
aValue
- true
if this input parameter is required, false
otherwise.void setDefaultValue(java.lang.String aValue)
null
.
aValue
- The string value to be passed at runtime to the service.java.lang.String[] getFilterCategories()
NULL
, it is assumed that all filter categories are
supported.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |