public interface ElectronicComponentsFactory extends EFactory
ElectronicComponentsPackage
Modifier and Type | Field and Description |
---|---|
static ElectronicComponentsFactory |
eINSTANCE
The singleton instance of the factory.
|
Modifier and Type | Method and Description |
---|---|
Button |
createButton()
Returns a new object of class 'Button'.
|
LED |
createLED()
Returns a new object of class 'LED'.
|
Switch |
createSwitch()
Returns a new object of class 'Switch'.
|
ElectronicComponentsPackage |
getElectronicComponentsPackage()
Returns the package supported by this factory.
|
convertToString, create, createFromString, getEPackage, setEPackage
getEAnnotation, getEAnnotations
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
static final ElectronicComponentsFactory eINSTANCE
Switch createSwitch()
LED createLED()
Button createButton()
ElectronicComponentsPackage getElectronicComponentsPackage()