org.eclipse.emf.ecp.validation.test.test
Interface Writer

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

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

A representation of the model object 'Writer'.

The following features are supported:

See Also:
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

getFirstName

String getFirstName()
Returns the value of the 'First Name' attribute.

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

Returns:
the value of the 'First Name' attribute.
See Also:
setFirstName(String), TestPackage.getWriter_FirstName()

setFirstName

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

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

getLastName

String getLastName()
Returns the value of the 'Last Name' attribute.

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

Returns:
the value of the 'Last Name' attribute.
See Also:
setLastName(String), TestPackage.getWriter_LastName()

setLastName

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

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

getEMail

String getEMail()
Returns the value of the 'EMail' attribute.

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

Returns:
the value of the 'EMail' attribute.
See Also:
setEMail(String), TestPackage.getWriter_EMail()

setEMail

void setEMail(String value)
Sets the value of the 'EMail' attribute.

Parameters:
value - the new value of the 'EMail' attribute.
See Also:
getEMail()

getBirthDate

Date getBirthDate()
Returns the value of the 'Birth Date' attribute.

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

Returns:
the value of the 'Birth Date' attribute.
See Also:
setBirthDate(Date), TestPackage.getWriter_BirthDate()

setBirthDate

void setBirthDate(Date value)
Sets the value of the 'Birth Date' attribute.

Parameters:
value - the new value of the 'Birth Date' attribute.
See Also:
getBirthDate()

getBooks

org.eclipse.emf.common.util.EList<Book> getBooks()
Returns the value of the 'Books' reference list. The list contents are of type 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...

Returns:
the value of the 'Books' reference list.
See Also:
TestPackage.getWriter_Books(), Book.getWriters()

isPseudonym

boolean isPseudonym()
Returns the value of the 'Pseudonym' attribute. The default value is "false".

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

Returns:
the value of the 'Pseudonym' attribute.
See Also:
setPseudonym(boolean), TestPackage.getWriter_Pseudonym()

setPseudonym

void setPseudonym(boolean value)
Sets the value of the 'Pseudonym' attribute.

Parameters:
value - the new value of the 'Pseudonym' attribute.
See Also:
isPseudonym()

getLibrary

Library getLibrary()
Returns the value of the 'Library' container reference. It is bidirectional and its opposite is 'Writers'.

If the meaning of the 'Library' container reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Library' container reference.
See Also:
setLibrary(Library), TestPackage.getWriter_Library(), Library.getWriters()

setLibrary

void setLibrary(Library value)
Sets the value of the 'Library' container reference.

Parameters:
value - the new value of the 'Library' container reference.
See Also:
getLibrary()

validate

boolean validate(org.eclipse.emf.common.util.DiagnosticChain diagnostic,
                 Map<Object,Object> context)



Copyright © 2014. All Rights Reserved.