public class OperationParameter extends Object implements Serializable
| Constructor and Description |
|---|
OperationParameter() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the description of the OperationParameter
|
String |
getId()
Gets the id of the OperationParameter
|
String |
getName()
Gets the name of the OperationParameter
|
String |
getType()
Gets the type of the OperationParameter
|
void |
setDescription(String description)
Sets the description of the OperationParameter
|
void |
setId(String id)
Sets the id of the OperationParameter
|
void |
setName(String name)
Sets the name of the OperationParameter
|
void |
setType(String type)
Sets the type of the OperationParameter
|
public String getId()
public void setId(String id)
id - id to setpublic String getName()
public void setName(String name)
name - name to setpublic String getType()
public void setType(String type)
type - the type to setpublic String getDescription()
public void setDescription(String description)
description - the description to setCopyright © 1982–2022 Adobe Systems Inc.. All rights reserved.