|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TaskPackage
The Package for the model. It contains accessors for the meta objects to represent
TaskFactory
Nested Class Summary | |
---|---|
static interface |
TaskPackage.Literals
Defines literals for the meta objects that represent each class, each feature of each class, each operation of each class, each enum, and each data type |
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage |
---|
org.eclipse.emf.ecore.EPackage.Descriptor, org.eclipse.emf.ecore.EPackage.Registry |
Field Summary | |
---|---|
static int |
DATE_OF_BIRTH
The meta object id for the 'Date Of Birth' data type. |
static TaskPackage |
eINSTANCE
The singleton instance of the package. |
static String |
eNAME
The package name. |
static String |
eNS_PREFIX
The package namespace name. |
static String |
eNS_URI
The package namespace URI. |
static int |
GENDER
The meta object id for the ' Gender ' enum. |
static int |
NATIONALITY
The meta object id for the ' Nationality '
enum. |
static int |
TASK
The meta object id for the ' Task '
class. |
static int |
TASK___HAS_NAME__DIAGNOSTICCHAIN_MAP
The operation id for the 'Has Name' operation. |
static int |
TASK__ASSIGNEE
The feature id for the 'Assignee' reference. |
static int |
TASK__DESCRIPTION
The feature id for the 'Description' attribute. |
static int |
TASK__DONE
The feature id for the 'Done' attribute. |
static int |
TASK__DUE_DATE
The feature id for the 'Due Date' attribute. |
static int |
TASK__NAME
The feature id for the 'Name' attribute. |
static int |
TASK__SUB_TASKS
The feature id for the 'Sub Tasks' containment reference list. |
static int |
TASK_FEATURE_COUNT
The number of structural features of the 'Task' class. |
static int |
TASK_OPERATION_COUNT
The number of operations of the 'Task' class. |
static int |
USER
The meta object id for the ' User '
class. |
static int |
USER__ACTIVE
The feature id for the 'Active' attribute. |
static int |
USER__DATE_OF_BIRTH
The feature id for the 'Date Of Birth' attribute. |
static int |
USER__EMAIL
The feature id for the 'Email' attribute. |
static int |
USER__FIRST_NAME
The feature id for the 'First Name' attribute. |
static int |
USER__GENDER
The feature id for the 'Gender' attribute. |
static int |
USER__HEIGTH
The feature id for the 'Heigth' attribute. |
static int |
USER__LAST_NAME
The feature id for the 'Last Name' attribute. |
static int |
USER__NATIONALITY
The feature id for the 'Nationality' attribute. |
static int |
USER__TASKS
The feature id for the 'Tasks' reference list. |
static int |
USER__TIME_OF_REGISTRATION
The feature id for the 'Time Of Registration' attribute. |
static int |
USER__WEIGHT
The feature id for the 'Weight' attribute. |
static int |
USER_FEATURE_COUNT
The number of structural features of the 'User' class. |
static int |
USER_GROUP
The meta object id for the ' User Group ' class. |
static int |
USER_GROUP__NAME
The feature id for the 'Name' attribute. |
static int |
USER_GROUP__USERS
The feature id for the 'Users' containment reference list. |
static int |
USER_GROUP_FEATURE_COUNT
The number of structural features of the 'User Group' class. |
static int |
USER_GROUP_OPERATION_COUNT
The number of operations of the 'User Group' class. |
static int |
USER_OPERATION_COUNT
The number of operations of the 'User' class. |
Method Summary | |
---|---|
org.eclipse.emf.ecore.EDataType |
getDateOfBirth()
Returns the meta object for data type ' Date Of Birth '. |
org.eclipse.emf.ecore.EEnum |
getGender()
Returns the meta object for enum ' Gender '. |
org.eclipse.emf.ecore.EEnum |
getNationality()
Returns the meta object for enum ' Nationality '. |
org.eclipse.emf.ecore.EOperation |
getTask__HasName__DiagnosticChain_Map()
Returns the meta object for the ' Has Name ' operation. |
org.eclipse.emf.ecore.EReference |
getTask_Assignee()
Returns the meta object for the reference ' Assignee '. |
org.eclipse.emf.ecore.EAttribute |
getTask_Description()
Returns the meta object for the attribute ' Description '. |
org.eclipse.emf.ecore.EAttribute |
getTask_Done()
Returns the meta object for the attribute ' Done '. |
org.eclipse.emf.ecore.EAttribute |
getTask_DueDate()
Returns the meta object for the attribute ' Due Date '. |
org.eclipse.emf.ecore.EAttribute |
getTask_Name()
Returns the meta object for the attribute ' Name '. |
org.eclipse.emf.ecore.EReference |
getTask_SubTasks()
Returns the meta object for the containment reference list ' Sub Tasks '. |
org.eclipse.emf.ecore.EClass |
getTask()
Returns the meta object for class ' Task '. |
TaskFactory |
getTaskFactory()
Returns the factory that creates the instances of the model. |
org.eclipse.emf.ecore.EAttribute |
getUser_Active()
Returns the meta object for the attribute ' Active '. |
org.eclipse.emf.ecore.EAttribute |
getUser_DateOfBirth()
Returns the meta object for the attribute ' Date Of Birth '. |
org.eclipse.emf.ecore.EAttribute |
getUser_Email()
Returns the meta object for the attribute ' Email '. |
org.eclipse.emf.ecore.EAttribute |
getUser_FirstName()
Returns the meta object for the attribute ' First Name '. |
org.eclipse.emf.ecore.EAttribute |
getUser_Gender()
Returns the meta object for the attribute ' Gender '. |
org.eclipse.emf.ecore.EAttribute |
getUser_Heigth()
Returns the meta object for the attribute ' Heigth '. |
org.eclipse.emf.ecore.EAttribute |
getUser_LastName()
Returns the meta object for the attribute ' Last Name '. |
org.eclipse.emf.ecore.EAttribute |
getUser_Nationality()
Returns the meta object for the attribute ' Nationality '. |
org.eclipse.emf.ecore.EReference |
getUser_Tasks()
Returns the meta object for the reference list ' Tasks '. |
org.eclipse.emf.ecore.EAttribute |
getUser_TimeOfRegistration()
Returns the meta object for the attribute ' Time Of Registration '. |
org.eclipse.emf.ecore.EAttribute |
getUser_Weight()
Returns the meta object for the attribute ' Weight '. |
org.eclipse.emf.ecore.EClass |
getUser()
Returns the meta object for class ' User '. |
org.eclipse.emf.ecore.EAttribute |
getUserGroup_Name()
Returns the meta object for the attribute ' Name '. |
org.eclipse.emf.ecore.EReference |
getUserGroup_Users()
Returns the meta object for the containment reference list ' Users '. |
org.eclipse.emf.ecore.EClass |
getUserGroup()
Returns the meta object for class ' User Group '. |
Methods inherited from interface org.eclipse.emf.ecore.EPackage |
---|
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI |
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement |
---|
getName, setName |
Methods inherited from interface org.eclipse.emf.ecore.EModelElement |
---|
getEAnnotation, getEAnnotations |
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 |
Field Detail |
---|
static final String eNAME
static final String eNS_URI
static final String eNS_PREFIX
static final TaskPackage eINSTANCE
static final int TASK
Task
'
class.
TaskImpl
,
TaskPackageImpl.getTask()
,
Constant Field Valuesstatic final int TASK__NAME
static final int TASK__DESCRIPTION
static final int TASK__ASSIGNEE
static final int TASK__DUE_DATE
static final int TASK__SUB_TASKS
static final int TASK__DONE
static final int TASK_FEATURE_COUNT
static final int TASK___HAS_NAME__DIAGNOSTICCHAIN_MAP
static final int TASK_OPERATION_COUNT
static final int USER
User
'
class.
UserImpl
,
TaskPackageImpl.getUser()
,
Constant Field Valuesstatic final int USER__FIRST_NAME
static final int USER__LAST_NAME
static final int USER__GENDER
static final int USER__ACTIVE
static final int USER__TIME_OF_REGISTRATION
static final int USER__WEIGHT
static final int USER__HEIGTH
static final int USER__NATIONALITY
static final int USER__DATE_OF_BIRTH
static final int USER__EMAIL
static final int USER__TASKS
static final int USER_FEATURE_COUNT
static final int USER_OPERATION_COUNT
static final int USER_GROUP
User Group
' class.
UserGroupImpl
,
TaskPackageImpl.getUserGroup()
,
Constant Field Valuesstatic final int USER_GROUP__NAME
static final int USER_GROUP__USERS
static final int USER_GROUP_FEATURE_COUNT
static final int USER_GROUP_OPERATION_COUNT
static final int GENDER
Gender
' enum.
Gender
,
TaskPackageImpl.getGender()
,
Constant Field Valuesstatic final int NATIONALITY
Nationality
'
enum.
Nationality
,
TaskPackageImpl.getNationality()
,
Constant Field Valuesstatic final int DATE_OF_BIRTH
XMLGregorianCalendar
,
TaskPackageImpl.getDateOfBirth()
,
Constant Field ValuesMethod Detail |
---|
org.eclipse.emf.ecore.EClass getTask()
Task
'.
Task
org.eclipse.emf.ecore.EAttribute getTask_Name()
Name
'.
Task.getName()
,
getTask()
org.eclipse.emf.ecore.EAttribute getTask_Description()
Description
'.
Task.getDescription()
,
getTask()
org.eclipse.emf.ecore.EReference getTask_Assignee()
Assignee
'.
Task.getAssignee()
,
getTask()
org.eclipse.emf.ecore.EAttribute getTask_DueDate()
Due Date
'.
Task.getDueDate()
,
getTask()
org.eclipse.emf.ecore.EReference getTask_SubTasks()
Sub Tasks
'.
Task.getSubTasks()
,
getTask()
org.eclipse.emf.ecore.EAttribute getTask_Done()
Done
'.
Task.isDone()
,
getTask()
org.eclipse.emf.ecore.EOperation getTask__HasName__DiagnosticChain_Map()
Has Name
' operation.
Task.hasName(org.eclipse.emf.common.util.DiagnosticChain,
java.util.Map)
org.eclipse.emf.ecore.EClass getUser()
User
'.
User
org.eclipse.emf.ecore.EAttribute getUser_FirstName()
First Name
'.
User.getFirstName()
,
getUser()
org.eclipse.emf.ecore.EAttribute getUser_LastName()
Last Name
'.
User.getLastName()
,
getUser()
org.eclipse.emf.ecore.EAttribute getUser_Gender()
Gender
'.
User.getGender()
,
getUser()
org.eclipse.emf.ecore.EAttribute getUser_Active()
Active
'.
User.isActive()
,
getUser()
org.eclipse.emf.ecore.EAttribute getUser_TimeOfRegistration()
Time Of Registration
'.
User.getTimeOfRegistration()
,
getUser()
org.eclipse.emf.ecore.EAttribute getUser_Weight()
Weight
'.
User.getWeight()
,
getUser()
org.eclipse.emf.ecore.EAttribute getUser_Heigth()
Heigth
'.
User.getHeigth()
,
getUser()
org.eclipse.emf.ecore.EAttribute getUser_Nationality()
Nationality
'.
User.getNationality()
,
getUser()
org.eclipse.emf.ecore.EAttribute getUser_DateOfBirth()
Date Of Birth
'.
User.getDateOfBirth()
,
getUser()
org.eclipse.emf.ecore.EAttribute getUser_Email()
Email
'.
User.getEmail()
,
getUser()
org.eclipse.emf.ecore.EReference getUser_Tasks()
Tasks
'.
User.getTasks()
,
getUser()
org.eclipse.emf.ecore.EClass getUserGroup()
User Group
'.
UserGroup
org.eclipse.emf.ecore.EAttribute getUserGroup_Name()
Name
'.
UserGroup.getName()
,
getUserGroup()
org.eclipse.emf.ecore.EReference getUserGroup_Users()
Users
'.
UserGroup.getUsers()
,
getUserGroup()
org.eclipse.emf.ecore.EEnum getGender()
Gender
'.
Gender
org.eclipse.emf.ecore.EEnum getNationality()
Nationality
'.
Nationality
org.eclipse.emf.ecore.EDataType getDateOfBirth()
Date Of Birth
'.
XMLGregorianCalendar
TaskFactory getTaskFactory()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |