org.eclipse.emf.test.models.dbitem
Interface DbType

All Superinterfaces:
EObject, Notifier
All Known Implementing Classes:
DbTypeImpl

public interface DbType
extends EObject

A representation of the model object 'Db Type'.

The following features are supported:

See Also:
DBItemPackage.getDbType()

Method Summary
 PenType getBluePen()
          Returns the value of the 'Blue Pen' containment reference
 PencilType getBluePencil()
          Returns the value of the 'Blue Pencil' containment reference
 PenType getRedPen()
          Returns the value of the 'Red Pen' containment reference
 PencilType getRedPencil()
          Returns the value of the 'Red Pencil' containment reference
 void setBluePen(PenType value)
          Sets the value of the 'Blue Pen' containment reference
 void setBluePencil(PencilType value)
          Sets the value of the 'Blue Pencil' containment reference
 void setRedPen(PenType value)
          Sets the value of the 'Red Pen' containment reference
 void setRedPencil(PencilType value)
          Sets the value of the 'Red Pencil' containment reference
 
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

getRedPen

PenType getRedPen()
Returns the value of the 'Red Pen' containment reference.

If the meaning of the 'Red Pen' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Red Pen' containment reference.
See Also:
setRedPen(PenType), DBItemPackage.getDbType_RedPen()

setRedPen

void setRedPen(PenType value)
Sets the value of the 'Red Pen' containment reference.

Parameters:
value - the new value of the 'Red Pen' containment reference.
See Also:
getRedPen()

getBluePen

PenType getBluePen()
Returns the value of the 'Blue Pen' containment reference.

If the meaning of the 'Blue Pen' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Blue Pen' containment reference.
See Also:
setBluePen(PenType), DBItemPackage.getDbType_BluePen()

setBluePen

void setBluePen(PenType value)
Sets the value of the 'Blue Pen' containment reference.

Parameters:
value - the new value of the 'Blue Pen' containment reference.
See Also:
getBluePen()

getRedPencil

PencilType getRedPencil()
Returns the value of the 'Red Pencil' containment reference.

If the meaning of the 'Red Pencil' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Red Pencil' containment reference.
See Also:
setRedPencil(PencilType), DBItemPackage.getDbType_RedPencil()

setRedPencil

void setRedPencil(PencilType value)
Sets the value of the 'Red Pencil' containment reference.

Parameters:
value - the new value of the 'Red Pencil' containment reference.
See Also:
getRedPencil()

getBluePencil

PencilType getBluePencil()
Returns the value of the 'Blue Pencil' containment reference.

If the meaning of the 'Blue Pencil' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Blue Pencil' containment reference.
See Also:
setBluePencil(PencilType), DBItemPackage.getDbType_BluePencil()

setBluePencil

void setBluePencil(PencilType value)
Sets the value of the 'Blue Pencil' containment reference.

Parameters:
value - the new value of the 'Blue Pencil' containment reference.
See Also:
getBluePencil()

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