org.eclipse.emf.examples.extlibrary
Interface Periodical

All Superinterfaces:
EObject, Item, Notifier
All Known Implementing Classes:
PeriodicalImpl

public interface Periodical
extends Item

A representation of the model object 'Periodical'.

The following features are supported:

See Also:
EXTLibraryPackage.getPeriodical()

Method Summary
 int getIssuesPerYear()
          Returns the value of the 'Issues Per Year' attribute
 java.lang.String getTitle()
          Returns the value of the 'Title' attribute
 void setIssuesPerYear(int value)
          Sets the value of the 'Issues Per Year' attribute
 void setTitle(java.lang.String value)
          Sets the value of the 'Title' attribute
 
Methods inherited from interface org.eclipse.emf.examples.extlibrary.Item
getPublicationDate, setPublicationDate
 
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

getTitle

java.lang.String getTitle()
Returns the value of the 'Title' attribute.

Returns:
the value of the 'Title' attribute.
See Also:
setTitle(String), EXTLibraryPackage.getPeriodical_Title()

setTitle

void setTitle(java.lang.String value)
Sets the value of the 'Title' attribute.

Parameters:
value - the new value of the 'Title' attribute.
See Also:
getTitle()

getIssuesPerYear

int getIssuesPerYear()
Returns the value of the 'Issues Per Year' attribute.

Returns:
the value of the 'Issues Per Year' attribute.
See Also:
setIssuesPerYear(int), EXTLibraryPackage.getPeriodical_IssuesPerYear()

setIssuesPerYear

void setIssuesPerYear(int value)
Sets the value of the 'Issues Per Year' attribute.

Parameters:
value - the new value of the 'Issues Per Year' attribute.
See Also:
getIssuesPerYear()

Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.