|
Runtime | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IElementTypeFactory
Factory for custom element types, which must implement one of the
IMetamodelType
or ISpecializationType
interfaces.
Custom element types can define custom parameters whose values can be specified in the element type extension point.
Clients should not implement this interface directly, but should subclass
AbstractElementTypeFactory
instead.
Method Summary | |
---|---|
IMetamodelType |
createMetamodelType(IMetamodelTypeDescriptor descriptor)
Creates the custom metamodel type. |
ISpecializationType |
createSpecializationType(ISpecializationTypeDescriptor descriptor)
Creates the custom specialization type. |
Method Detail |
---|
IMetamodelType createMetamodelType(IMetamodelTypeDescriptor descriptor)
descriptor
- the metamodel type descriptor
ISpecializationType createSpecializationType(ISpecializationTypeDescriptor descriptor)
descriptor
- the specialization type descriptor
|
Runtime | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.