public class BaseServiceOutputParameter extends BaseServiceParameter implements ServiceOutputParameter
| Modifier and Type | Field and Description |
|---|---|
protected String |
defaultValue |
protected boolean |
nullable |
protected String |
path |
description, displayName, name, type| Constructor and Description |
|---|
BaseServiceOutputParameter() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultValue() |
String |
getPath() |
boolean |
isNullable() |
void |
setDefaultValue(String defaultValue) |
void |
setNullable(boolean nullable) |
void |
setPath(String path) |
getDescription, getDisplayName, getName, getType, setDescription, setDisplayName, setName, setTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDescription, getDisplayName, getName, getTypeprotected String path
protected boolean nullable
protected String defaultValue
public String getPath()
getPath in interface ServiceOutputParameterpublic void setPath(String path)
public boolean isNullable()
isNullable in interface ServiceOutputParameterpublic void setNullable(boolean nullable)
public String getDefaultValue()
public void setDefaultValue(String defaultValue)
Copyright © 2019. All rights reserved.