com.adobe.idp.dsc.registry.infomodel
Interface OutputParameter

All Superinterfaces:
Serializable

public interface OutputParameter
extends Serializable

An OutputParameter object contains metadata describing the output parameters expected for an operation that belongs to a service.


Method Summary
 Map getAttributes()
          Retrieves the attributes or metadata specific to this service's component.
 String getHint()
          Retrieves text that describes the purpose of this output parameter.
 String getName()
          Retrieves the name of an output parameter, which must be unique within the Operation.
 String getTitle()
          Retrieves the title of this output parameter.
 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

getName

String getName()
Retrieves the name of an output parameter, which must be unique within the Operation. If this operation does not have an output parameter, an empty string is returned.

Returns:
A string value that represents the output parameter name.

getType

String getType()
Retrieves the data type for this parameter.

Returns:
A string value that represents the data type for this parameter.

getAttributes

Map getAttributes()
Retrieves the attributes or metadata specific to this service's component.

Returns:
A java.util.Map object containing the attributes or metadata specific to this service's component.

getTitle

String getTitle()
Retrieves the title of this output parameter.

Returns:
A string value that specifies the title of this output parameter.

getHint

String getHint()
Retrieves text that describes the purpose of this output parameter.

Returns:
A string value that describes the purpose of this output parameter.

isHidden

boolean isHidden()
Determines whether this output parameter is visible.

Returns:
The value true if this output parameter is hidden; otherwise, false is returned.

isInOutParameter

boolean isInOutParameter()
Determines whether this parameter is an input or output parameter.

Returns:
The value true if this output parameter is an input or output parameter.


[an error occurred while processing this directive] [an error occurred while processing this directive]