org.eclipse.emf.ecp.test.university
Interface Course

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

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

A representation of the model object 'Course'.

The following features are supported:

See Also:
UniversityPackage.getCourse()

Method Summary
 int getEtcs()
          Returns the value of the 'Etcs' attribute.
 String getId()
          Returns the value of the 'Id' attribute.
 String getName()
          Returns the value of the 'Name' attribute.
 void setEtcs(int value)
          Sets the value of the 'Etcs' attribute.
 void setId(String value)
          Sets the value of the 'Id' attribute.
 void setName(String value)
          Sets the value of the 'Name' 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

getId

String getId()
Returns the value of the 'Id' attribute.

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

Returns:
the value of the 'Id' attribute.
See Also:
setId(String), UniversityPackage.getCourse_Id()

setId

void setId(String value)
Sets the value of the 'Id' attribute.

Parameters:
value - the new value of the 'Id' attribute.
See Also:
getId()

getName

String getName()
Returns the value of the 'Name' attribute.

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

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), UniversityPackage.getCourse_Name()

setName

void setName(String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()

getEtcs

int getEtcs()
Returns the value of the 'Etcs' attribute.

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

Returns:
the value of the 'Etcs' attribute.
See Also:
setEtcs(int), UniversityPackage.getCourse_Etcs()

setEtcs

void setEtcs(int value)
Sets the value of the 'Etcs' attribute.

Parameters:
value - the new value of the 'Etcs' attribute.
See Also:
getEtcs()


Copyright © 2014. All Rights Reserved.