|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UicustomFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.
UicustomPackage
Field Summary | |
---|---|
static UicustomFactory |
eINSTANCE
The singleton instance of the factory. |
Method Summary | |
---|---|
AttributeView |
createAttributeView()
Returns a new object of class 'Attribute View'. |
CustomViewFeature |
createCustomViewFeature()
Returns a new object of class 'Custom View Feature'. |
DerivedFeatureValue |
createDerivedFeatureValue()
Returns a new object of class 'Derived Feature Value'. |
FeatureValueCase |
createFeatureValueCase()
Returns a new object of class 'Feature Value Case'. |
MetamodelView |
createMetamodelView()
Returns a new object of class 'Metamodel View'. |
ReferenceView |
createReferenceView()
Returns a new object of class 'Reference View'. |
StaticFeatureValue |
createStaticFeatureValue()
Returns a new object of class 'Static Feature Value'. |
TypeView |
createTypeView()
Returns a new object of class 'Type View'. |
UicustomPackage |
getUicustomPackage()
Returns the package supported by this factory. |
Field Detail |
---|
static final UicustomFactory eINSTANCE
Method Detail |
---|
MetamodelView createMetamodelView()
TypeView createTypeView()
AttributeView createAttributeView()
ReferenceView createReferenceView()
CustomViewFeature createCustomViewFeature()
FeatureValueCase createFeatureValueCase()
StaticFeatureValue createStaticFeatureValue()
DerivedFeatureValue createDerivedFeatureValue()
UicustomPackage getUicustomPackage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |