|
|||||||||
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.ModifyEndpointInfo.InputMapping
public class ModifyEndpointInfo.InputMapping
Represents an input data mapping value that is assoicated with an endpoint. An input data mapping describes the input values that are passed to the service operation invoked by this endpoint. For information about setting input data mapping values, see Managing Endpoints in the LiveCycle SDK Help.
Constructor Summary | |
---|---|
ModifyEndpointInfo.InputMapping()
A standard constructor that creates an InputMapping object. |
|
ModifyEndpointInfo.InputMapping(java.lang.String aParamName,
java.lang.String aParamType,
java.lang.String aType,
java.lang.String aValue)
A constructor that creates an InputMapping object. |
Method Summary | |
---|---|
java.lang.String |
getParameterName()
Retrieves the name of the input parameter. |
java.lang.String |
getParameterType()
Retrieves the data type of the input parameter. |
java.lang.String |
getType()
Sets the input values required to invoke the service operation. |
java.lang.String |
getValue()
Retrieves the value of the mapping type. |
void |
setParameterName(java.lang.String aName)
Sets the name of the input parameter. |
void |
setParameterType(java.lang.String aName)
Sets the data type of the input parameter. |
void |
setType(java.lang.String aType)
Sets the input values required to invoke the service operation. |
void |
setValue(java.lang.String aValue)
Specifies the value of the mapping type. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ModifyEndpointInfo.InputMapping()
InputMapping
object.
public ModifyEndpointInfo.InputMapping(java.lang.String aParamName, java.lang.String aParamType, java.lang.String aType, java.lang.String aValue)
InputMapping
object.
aParamName
- The name of the input parameter.aParamType
- The data type of the input parameter.aType
- Used to configure the input values required to invoke the service operation. Two types of mapping types exist:
aValue
- Specifies the value of the mapping type. For example, if you select a Variable
mapping type, then you can specify *.pdf as the file pattern.Method Detail |
---|
public void setParameterName(java.lang.String aName)
aName
- The name of the input parameter.public java.lang.String getParameterName()
public void setParameterType(java.lang.String aName)
aName
- The data type of the input parameter.public java.lang.String getParameterType()
public void setType(java.lang.String aType)
aType
- The mapping type value.public java.lang.String getType()
public void setValue(java.lang.String aValue)
aValue
- Specifies the value of the mapping type. For example, if you select a Variable
mapping type, then you can specify *.pdf as the file pattern.public java.lang.String getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |