public interface UserEntry
extends org.eclipse.emf.ecore.EObject
The following features are supported:
InfrastructurePackage.getUserEntry()| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the value of the 'Name' attribute.
|
String |
getPassword()
Returns the value of the 'Password' attribute.
|
org.eclipse.emf.common.util.EList<String> |
getRoles()
Returns the value of the 'Roles' attribute list.
|
void |
setName(String value)
Sets the value of the '
Name' attribute. |
void |
setPassword(String value)
Sets the value of the '
Password' attribute. |
String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
InfrastructurePackage.getUserEntry_Name()void setName(String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()String getPassword()
If the meaning of the 'Password' attribute isn't clear, there really should be more of a description here...
setPassword(String),
InfrastructurePackage.getUserEntry_Password()void setPassword(String value)
Password' attribute.
value - the new value of the 'Password' attribute.getPassword()org.eclipse.emf.common.util.EList<String> getRoles()
String.
If the meaning of the 'Roles' attribute list isn't clear, there really should be more of a description here...
InfrastructurePackage.getUserEntry_Roles()