org.eclipse.emf.test.models.dbprice
Interface PencilType

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

public interface PencilType
extends EObject

A representation of the model object 'Pencil Type'.

The following features are supported:

See Also:
DBPricePackage.getPencilType()

Method Summary
 int getPrice()
          Returns the value of the 'Price' attribute
 boolean isSetPrice()
          Returns whether the value of the 'Price' attribute is set
 void setPrice(int value)
          Sets the value of the 'Price' attribute
 void unsetPrice()
          Unsets the value of the 'Price' 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

getPrice

int getPrice()
Returns the value of the 'Price' attribute.

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

Returns:
the value of the 'Price' attribute.
See Also:
isSetPrice(), unsetPrice(), setPrice(int), DBPricePackage.getPencilType_Price()

setPrice

void setPrice(int value)
Sets the value of the 'Price' attribute.

Parameters:
value - the new value of the 'Price' attribute.
See Also:
isSetPrice(), unsetPrice(), getPrice()

unsetPrice

void unsetPrice()
Unsets the value of the 'Price' attribute.

See Also:
isSetPrice(), getPrice(), setPrice(int)

isSetPrice

boolean isSetPrice()
Returns whether the value of the 'Price' attribute is set.

Returns:
whether the value of the 'Price' attribute is set.
See Also:
unsetPrice(), getPrice(), setPrice(int)

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