public class Parameters extends StringParameters implements IEditorDescriptionProvider
bufferpath| Constructor and Description |
|---|
Parameters() |
Parameters(String initialData) |
| Modifier and Type | Method and Description |
|---|---|
EditorDescription |
createEditorDescription(ParametersDescription paramsDesc) |
String |
getAppKey() |
int |
getContentType() |
int |
getIndustry() |
ParametersDescription |
getParametersDescription()
Gets the description of the parameters.
|
String |
getPassword() |
String |
getServer() |
String |
getUsername() |
void |
reset()
Reset this parameters object to its default values.
|
void |
setAppKey(String appKey) |
void |
setContentType(int contentType) |
void |
setIndustry(int industry) |
void |
setPassword(String password) |
void |
setServer(String server) |
void |
setUsername(String username) |
fromString, fromString, getBoolean, getGroup, getInteger, getString, setBoolean, setGroup, setInteger, setString, toStringpublic Parameters()
public Parameters(String initialData)
public void reset()
StringParameters
Subclasses should override this method to set any initial
values and instantiate any objects that require allocation. It
is recommended that subclasses also call super.reset()
in the override to ensure that the buffer is empty.
reset in interface IParametersreset in class StringParameterspublic String getUsername()
public void setUsername(String username)
public String getPassword()
public void setPassword(String password)
public String getServer()
public void setServer(String server)
public String getAppKey()
public void setAppKey(String appKey)
public int getIndustry()
public void setIndustry(int industry)
public int getContentType()
public void setContentType(int contentType)
public ParametersDescription getParametersDescription()
IParametersgetParametersDescription in interface IParametersgetParametersDescription in class BaseParameterspublic EditorDescription createEditorDescription(ParametersDescription paramsDesc)
createEditorDescription in interface IEditorDescriptionProviderCopyright © 2021. All rights reserved.