|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RALSecurity
A representation of the model object 'RAL Security'.
The following features are supported:
ArtifactloaderPackage.getRALSecurity()
Method Summary | |
---|---|
java.lang.String |
getPassword()
Returns the value of the 'Password' attribute |
java.lang.String |
getUser()
Returns the value of the 'User' attribute |
boolean |
isSecurityEnabled()
Returns the value of the 'Security Enabled' attribute. |
void |
setPassword(java.lang.String value)
Sets the value of the ' Password ' attribute |
void |
setSecurityEnabled(boolean value)
Sets the value of the ' Security Enabled ' attribute |
void |
setUser(java.lang.String value)
Sets the value of the ' User ' attribute |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
java.lang.String getUser()
If the meaning of the 'User' attribute isn't clear, there really should be more of a description here...
setUser(String)
,
ArtifactloaderPackage.getRALSecurity_User()
void setUser(java.lang.String value)
User
' attribute.
value
- the new value of the 'User' attribute.getUser()
java.lang.String getPassword()
If the meaning of the 'Password' attribute isn't clear, there really should be more of a description here...
setPassword(String)
,
ArtifactloaderPackage.getRALSecurity_Password()
void setPassword(java.lang.String value)
Password
' attribute.
value
- the new value of the 'Password' attribute.getPassword()
boolean isSecurityEnabled()
"false"
.
If the meaning of the 'Security Enabled' attribute isn't clear, there really should be more of a description here...
setSecurityEnabled(boolean)
,
ArtifactloaderPackage.getRALSecurity_SecurityEnabled()
void setSecurityEnabled(boolean value)
Security Enabled
' attribute.
value
- the new value of the 'Security Enabled' attribute.isSecurityEnabled()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |