|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface KdmFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.
KdmPackage
Field Summary | |
---|---|
static KdmFactory |
eINSTANCE
The singleton instance of the factory. |
Method Summary | |
---|---|
Annotation |
createAnnotation()
Returns a new object of class 'Annotation'. |
Attribute |
createAttribute()
Returns a new object of class 'Attribute'. |
Audit |
createAudit()
Returns a new object of class 'Audit'. |
ExtensionFamily |
createExtensionFamily()
Returns a new object of class 'Extension Family'. |
Segment |
createSegment()
Returns a new object of class 'Segment'. |
Stereotype |
createStereotype()
Returns a new object of class 'Stereotype'. |
TagDefinition |
createTagDefinition()
Returns a new object of class 'Tag Definition'. |
TaggedRef |
createTaggedRef()
Returns a new object of class 'Tagged Ref'. |
TaggedValue |
createTaggedValue()
Returns a new object of class 'Tagged Value'. |
KdmPackage |
getKdmPackage()
Returns the package supported by this factory. |
Field Detail |
---|
static final KdmFactory eINSTANCE
Method Detail |
---|
Segment createSegment()
Audit createAudit()
Stereotype createStereotype()
TagDefinition createTagDefinition()
ExtensionFamily createExtensionFamily()
TaggedValue createTaggedValue()
TaggedRef createTaggedRef()
Attribute createAttribute()
Annotation createAnnotation()
KdmPackage getKdmPackage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |