@Deprecated public class KantanMTConnectorParameters extends StringParameters implements IEditorDescriptionProvider
bufferpath| Constructor and Description |
|---|
KantanMTConnectorParameters()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
EditorDescription |
createEditorDescription(ParametersDescription parametersDescription)
Deprecated.
|
String |
getApiToken()
Deprecated.
|
ParametersDescription |
getParametersDescription()
Deprecated.
Gets the description of the parameters.
|
String |
getProfileName()
Deprecated.
|
void |
reset()
Deprecated.
Reset this parameters object to its default values.
|
void |
setApiToken(String apiToken)
Deprecated.
|
void |
setProfileName(String profileName)
Deprecated.
|
fromString, fromString, getBoolean, getGroup, getInteger, getString, setBoolean, setGroup, setInteger, setString, toStringpublic void setProfileName(String profileName)
public String getProfileName()
public void setApiToken(String apiToken)
public String getApiToken()
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 ParametersDescription getParametersDescription()
IParametersgetParametersDescription in interface IParametersgetParametersDescription in class BaseParameterspublic EditorDescription createEditorDescription(ParametersDescription parametersDescription)
createEditorDescription in interface IEditorDescriptionProviderCopyright © 2022. All rights reserved.