|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.adobe.idp.dsc.registry.endpoint.CreateEndpointInfo.OutputMapping
public class CreateEndpointInfo.OutputMapping
Represents an output data mapping value that is associated with an endpoint. An output data mapping describes the output parameter that is returned by the service operation that is invoked by this endpoint.
Constructor Summary | |
---|---|
CreateEndpointInfo.OutputMapping()
A standard constructor that creates an OutputMapping object. |
|
CreateEndpointInfo.OutputMapping(java.lang.String aParamName,
java.lang.String aDataType,
java.lang.String aValue)
A constructor that creates an InputMapping object. |
Method Summary | |
---|---|
java.lang.String |
getParameterName()
Retrieves the name of the output parameter. |
java.lang.String |
getParameterType()
Retrieves the data type of the output parameter. |
java.lang.String |
getValue()
Retrieves the output parameter value. |
void |
setParameterName(java.lang.String aName)
Sets the name of the output parameter. |
void |
setParameterType(java.lang.String aType)
Sets the data type of the output parameter. |
void |
setValue(java.lang.String aValue)
Sets the output parameter value. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CreateEndpointInfo.OutputMapping()
OutputMapping
object.
public CreateEndpointInfo.OutputMapping(java.lang.String aParamName, java.lang.String aDataType, java.lang.String aValue)
InputMapping
object.
aParamName
- The name of the output parameter.aDataType
- The data type of the output parameter.aValue
- The following options are available:
Method Detail |
---|
public void setParameterName(java.lang.String aName)
aName
- The name of the output parameter.public java.lang.String getParameterName()
public void setParameterType(java.lang.String aType)
aType
- The data type of the output parameter.public java.lang.String getParameterType()
public void setValue(java.lang.String aValue)
aValue
- The output parameter value.public java.lang.String getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |