public static class Metadata.Operation.Parameter extends Object
| Constructor and Description |
|---|
Metadata.Operation.Parameter() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDataType() |
String |
getDescription() |
String |
getName() |
String |
getParamType() |
String |
getTitle() |
boolean |
isAllowMultiple() |
boolean |
isRequired() |
void |
setAllowMultiple(boolean allowMultiple) |
void |
setDataType(String dataType) |
void |
setDescription(String description) |
void |
setName(String name) |
void |
setParamType(String paramType) |
void |
setRequired(boolean required) |
void |
setTitle(String title) |
public String getName()
public void setName(String name)
public boolean isRequired()
public void setRequired(boolean required)
public String getTitle()
public void setTitle(String title)
public String getDescription()
public void setDescription(String description)
public String getDataType()
public void setDataType(String dataType)
public boolean isAllowMultiple()
public void setAllowMultiple(boolean allowMultiple)
public String getParamType()
public void setParamType(String paramType)
Copyright © 2015 Alfresco Software Inc.. All Rights Reserved.