|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Developer
A representation of the model object 'Developer'.
The following features are supported:
ModelPackage.getDeveloper()
Method Summary | |
---|---|
java.lang.String |
getEmail()
Returns the value of the 'Email' attribute |
java.lang.Integer |
getId()
Returns the value of the 'Id' attribute |
java.lang.String |
getName()
Returns the value of the 'Name' attribute |
java.lang.String |
getPassword()
Returns the value of the 'Password' attribute |
boolean |
isOnline()
Returns the value of the 'Online' attribute |
void |
setEmail(java.lang.String value)
Sets the value of the ' Email ' attribute |
void |
setId(java.lang.Integer value)
Sets the value of the ' Id ' attribute |
void |
setName(java.lang.String value)
Sets the value of the ' Name ' attribute |
void |
setOnline(boolean value)
Sets the value of the ' Online ' attribute |
void |
setPassword(java.lang.String value)
Sets the value of the ' Password ' 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 getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
,
ModelPackage.getDeveloper_Name()
void setName(java.lang.String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
boolean isOnline()
If the meaning of the 'Online' attribute isn't clear, there really should be more of a description here...
setOnline(boolean)
,
ModelPackage.getDeveloper_Online()
void setOnline(boolean value)
Online
' attribute.
value
- the new value of the 'Online' attribute.isOnline()
java.lang.Integer getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(Integer)
,
ModelPackage.getDeveloper_Id()
void setId(java.lang.Integer value)
Id
' attribute.
value
- the new value of the 'Id' attribute.getId()
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)
,
ModelPackage.getDeveloper_Password()
void setPassword(java.lang.String value)
Password
' attribute.
value
- the new value of the 'Password' attribute.getPassword()
java.lang.String getEmail()
If the meaning of the 'Email' attribute isn't clear, there really should be more of a description here...
setEmail(String)
,
ModelPackage.getDeveloper_Email()
void setEmail(java.lang.String value)
Email
' attribute.
value
- the new value of the 'Email' attribute.getEmail()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |