|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OutputParameter
An OutputParameter
object contains metadata describing the output parameters
expected for an operation that belongs to a service.
Method Summary | |
---|---|
java.util.Map |
getAttributes()
Retrieves the attributes or metadata specific to this service's component. |
java.lang.String[] |
getFilterCategories()
Returns an array containing filter categories associated with this parameter. |
java.lang.String |
getHint()
Retrieves text that describes the purpose of this output parameter. |
java.lang.String |
getName()
Retrieves the name of an output parameter, which must be unique within the Operation . |
java.lang.String |
getTitle()
Retrieves the title of this output parameter. |
java.lang.String |
getType()
Retrieves the data type for this parameter. |
boolean |
isHidden()
Determines whether this output parameter is visible. |
boolean |
isInOutParameter()
Determines whether this parameter is an input or output parameter. |
Method Detail |
---|
java.lang.String getName()
Operation
. If this operation does not
have an output parameter, an empty string is returned.
java.lang.String getType()
java.util.Map getAttributes()
java.util.Map
object containing the attributes or metadata specific to this service's component.java.lang.String getTitle()
java.lang.String getHint()
boolean isHidden()
true
if this output parameter is hidden; otherwise, false
is returned.boolean isInOutParameter()
true
if this output parameter is an input or output parameter.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 |