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 |
getHost()
Deprecated.
|
ParametersDescription |
getParametersDescription()
Gets the description of the parameters.
|
int |
getPort()
Deprecated.
|
boolean |
getSupportCodes() |
String |
getUrl() |
void |
reset()
Reset this parameters object to its default values.
|
void |
setHost(String host)
Deprecated.
|
void |
setPort(int port)
Deprecated.
|
void |
setSupportCodes(boolean supportCodes) |
void |
setUrl(String url) |
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 StringParameters@Deprecated public String getHost()
@Deprecated public void setHost(String host)
@Deprecated public int getPort()
@Deprecated public void setPort(int port)
public String getUrl()
public void setUrl(String url)
public boolean getSupportCodes()
public void setSupportCodes(boolean supportCodes)
public ParametersDescription getParametersDescription()
IParametersgetParametersDescription in interface IParametersgetParametersDescription in class BaseParameterspublic EditorDescription createEditorDescription(ParametersDescription paramsDesc)
createEditorDescription in interface IEditorDescriptionProviderCopyright © 2022. All rights reserved.