|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Writer
A representation of the model object 'Writer'.
The following features are supported:
TestPackage.getWriter()
Method Summary | |
---|---|
Date |
getBirthDate()
Returns the value of the 'Birth Date' attribute. |
org.eclipse.emf.common.util.EList<Book> |
getBooks()
Returns the value of the 'Books' reference list. |
String |
getEMail()
Returns the value of the 'EMail' attribute. |
String |
getFirstName()
Returns the value of the 'First Name' attribute. |
String |
getLastName()
Returns the value of the 'Last Name' attribute. |
Library |
getLibrary()
Returns the value of the 'Library' container reference. |
boolean |
isPseudonym()
Returns the value of the 'Pseudonym' attribute. |
void |
setBirthDate(Date value)
Sets the value of the ' Birth Date '
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 |
setLastName(String value)
Sets the value of the ' Last Name '
attribute. |
void |
setLibrary(Library value)
Sets the value of the ' Library '
container reference. |
void |
setPseudonym(boolean value)
Sets the value of the ' Pseudonym '
attribute. |
boolean |
validate(org.eclipse.emf.common.util.DiagnosticChain diagnostic,
Map<Object,Object> context)
|
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)
,
TestPackage.getWriter_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)
,
TestPackage.getWriter_LastName()
void setLastName(String value)
Last Name
'
attribute.
value
- the new value of the 'Last Name' attribute.getLastName()
String getEMail()
If the meaning of the 'EMail' attribute isn't clear, there really should be more of a description here...
setEMail(String)
,
TestPackage.getWriter_EMail()
void setEMail(String value)
EMail
'
attribute.
value
- the new value of the 'EMail' attribute.getEMail()
Date getBirthDate()
If the meaning of the 'Birth Date' attribute isn't clear, there really should be more of a description here...
setBirthDate(Date)
,
TestPackage.getWriter_BirthDate()
void setBirthDate(Date value)
Birth Date
'
attribute.
value
- the new value of the 'Birth Date' attribute.getBirthDate()
org.eclipse.emf.common.util.EList<Book> getBooks()
Book
.
It is bidirectional and its opposite is 'Writers
'.
If the meaning of the 'Books' reference list isn't clear, there really should be more of a description here...
TestPackage.getWriter_Books()
,
Book.getWriters()
boolean isPseudonym()
"false"
.
If the meaning of the 'Pseudonym' attribute isn't clear, there really should be more of a description here...
setPseudonym(boolean)
,
TestPackage.getWriter_Pseudonym()
void setPseudonym(boolean value)
Pseudonym
'
attribute.
value
- the new value of the 'Pseudonym' attribute.isPseudonym()
Library getLibrary()
Writers
'.
If the meaning of the 'Library' container reference isn't clear, there really should be more of a description here...
setLibrary(Library)
,
TestPackage.getWriter_Library()
,
Library.getWriters()
void setLibrary(Library value)
Library
'
container reference.
value
- the new value of the 'Library' container reference.getLibrary()
boolean validate(org.eclipse.emf.common.util.DiagnosticChain diagnostic, Map<Object,Object> context)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |