dawncodegen
Interface Admin

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
AdminImpl

public interface Admin
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Admin'.

The following features are supported:

See Also:
DawncodegenPackage.getAdmin()

Method Summary
 java.lang.String getPassword()
          Returns the value of the 'Password' attribute
 java.lang.String getUsername()
          Returns the value of the 'Username' attribute
 void setPassword(java.lang.String value)
          Sets the value of the 'Password' attribute
 void setUsername(java.lang.String value)
          Sets the value of the 'Username' 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

getUsername

java.lang.String getUsername()
Returns the value of the 'Username' attribute.

If the meaning of the 'Username' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Username' attribute.
See Also:
setUsername(String), DawncodegenPackage.getAdmin_Username()

setUsername

void setUsername(java.lang.String value)
Sets the value of the 'Username' attribute.

Parameters:
value - the new value of the 'Username' attribute.
See Also:
getUsername()

getPassword

java.lang.String getPassword()
Returns the value of the 'Password' attribute.

If the meaning of the 'Password' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Password' attribute.
See Also:
setPassword(String), DawncodegenPackage.getAdmin_Password()

setPassword

void setPassword(java.lang.String value)
Sets the value of the 'Password' attribute.

Parameters:
value - the new value of the 'Password' attribute.
See Also:
getPassword()