public interface PasswordCredentials extends Credentials
The following features are supported:
Modifier and Type | Method and Description |
---|---|
String |
getPassword()
Returns the value of the 'Password' attribute.
|
void |
setPassword(String value)
Sets the value of the '
Password ' attribute. |
String getPassword()
If the meaning of the 'Password' attribute isn't clear, there really should be more of a description here...
setPassword(String)
,
WorldPackage.getPasswordCredentials_Password()
void setPassword(String value)
Password
' attribute.
value
- the new value of the 'Password' attribute.getPassword()