|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface User
A representation of the model object 'User'.
The following features are supported:
First Name
Last Name
Gender
Active
Time Of Registration
Weight
Heigth
Nationality
Date Of Birth
Email
Tasks
TaskPackage.getUser()
Method Summary | |
---|---|
XMLGregorianCalendar |
getDateOfBirth()
Returns the value of the 'Date Of Birth' attribute. |
String |
getEmail()
Returns the value of the 'Email' attribute. |
String |
getFirstName()
Returns the value of the 'First Name' attribute. |
Gender |
getGender()
Returns the value of the 'Gender' attribute. |
int |
getHeigth()
Returns the value of the 'Heigth' attribute. |
String |
getLastName()
Returns the value of the 'Last Name' attribute. |
Nationality |
getNationality()
Returns the value of the 'Nationality' attribute. |
org.eclipse.emf.common.util.EList<Task> |
getTasks()
Returns the value of the 'Tasks' reference list. |
Date |
getTimeOfRegistration()
Returns the value of the 'Time Of Registration' attribute. |
double |
getWeight()
Returns the value of the 'Weight' attribute. |
boolean |
isActive()
Returns the value of the 'Active' attribute. |
void |
setActive(boolean value)
Sets the value of the ' Active '
attribute. |
void |
setDateOfBirth(XMLGregorianCalendar value)
Sets the value of the ' Date Of Birth ' attribute. |
void |
setEmail(String value)
Sets the value of the ' Email '
attribute. |
void |
setFirstName(String value)
Sets the value of the ' First Name '
attribute. |
void |
setGender(Gender value)
Sets the value of the ' Gender '
attribute. |
void |
setHeigth(int value)
Sets the value of the ' Heigth '
attribute. |
void |
setLastName(String value)
Sets the value of the ' Last Name '
attribute. |
void |
setNationality(Nationality value)
Sets the value of the ' Nationality ' attribute. |
void |
setTimeOfRegistration(Date value)
Sets the value of the ' Time Of Registration ' attribute. |
void |
setWeight(double value)
Sets the value of the ' Weight '
attribute. |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
String getFirstName()
If the meaning of the 'First Name' attribute isn't clear, there really should be more of a description here...
setFirstName(String)
,
TaskPackage.getUser_FirstName()
void setFirstName(String value)
First Name
'
attribute.
value
- the new value of the 'First Name' attribute.getFirstName()
String getLastName()
If the meaning of the 'Last Name' attribute isn't clear, there really should be more of a description here...
setLastName(String)
,
TaskPackage.getUser_LastName()
void setLastName(String value)
Last Name
'
attribute.
value
- the new value of the 'Last Name' attribute.getLastName()
Gender getGender()
Gender
.
If the meaning of the 'Gender' attribute isn't clear, there really should be more of a description here...
Gender
,
setGender(Gender)
,
TaskPackage.getUser_Gender()
void setGender(Gender value)
Gender
'
attribute.
value
- the new value of the 'Gender' attribute.Gender
,
getGender()
boolean isActive()
If the meaning of the 'Active' attribute isn't clear, there really should be more of a description here...
setActive(boolean)
,
TaskPackage.getUser_Active()
void setActive(boolean value)
Active
'
attribute.
value
- the new value of the 'Active' attribute.isActive()
Date getTimeOfRegistration()
If the meaning of the 'Time Of Registration' attribute isn't clear, there really should be more of a description here...
setTimeOfRegistration(Date)
,
TaskPackage.getUser_TimeOfRegistration()
void setTimeOfRegistration(Date value)
Time Of Registration
' attribute.
value
- the new value of the 'Time Of Registration' attribute.getTimeOfRegistration()
double getWeight()
If the meaning of the 'Weight' attribute isn't clear, there really should be more of a description here...
setWeight(double)
,
TaskPackage.getUser_Weight()
void setWeight(double value)
Weight
'
attribute.
value
- the new value of the 'Weight' attribute.getWeight()
int getHeigth()
If the meaning of the 'Heigth' attribute isn't clear, there really should be more of a description here...
setHeigth(int)
,
TaskPackage.getUser_Heigth()
void setHeigth(int value)
Heigth
'
attribute.
value
- the new value of the 'Heigth' attribute.getHeigth()
Nationality getNationality()
Nationality
.
If the meaning of the 'Nationality' attribute isn't clear, there really should be more of a description here...
Nationality
,
setNationality(Nationality)
,
TaskPackage.getUser_Nationality()
void setNationality(Nationality value)
Nationality
' attribute.
value
- the new value of the 'Nationality' attribute.Nationality
,
getNationality()
XMLGregorianCalendar getDateOfBirth()
If the meaning of the 'Date Of Birth' attribute isn't clear, there really should be more of a description here...
setDateOfBirth(XMLGregorianCalendar)
,
TaskPackage.getUser_DateOfBirth()
void setDateOfBirth(XMLGregorianCalendar value)
Date Of Birth
' attribute.
value
- the new value of the 'Date Of Birth' attribute.getDateOfBirth()
String getEmail()
If the meaning of the 'Email' attribute isn't clear, there really should be more of a description here...
setEmail(String)
,
TaskPackage.getUser_Email()
void setEmail(String value)
Email
'
attribute.
value
- the new value of the 'Email' attribute.getEmail()
org.eclipse.emf.common.util.EList<Task> getTasks()
Task
.
It is bidirectional and its opposite is 'Assignee
'.
If the meaning of the 'Tasks' reference list isn't clear, there really should be more of a description here...
TaskPackage.getUser_Tasks()
,
Task.getAssignee()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |