|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AnnotationsFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.
AnnotationsPackage
Field Summary | |
---|---|
static AnnotationsFactory |
eINSTANCE
The singleton instance of the factory. |
Method Summary | |
---|---|
Annotation |
createAnnotation()
Returns a new object of class 'Annotation'. |
BooleanAnnotation |
createBooleanAnnotation()
Returns a new object of class 'Boolean Annotation'. |
ContainmentAnnotation |
createContainmentAnnotation()
Returns a new object of class 'Containment Annotation'. |
FloatAnnotation |
createFloatAnnotation()
Returns a new object of class 'Float Annotation'. |
ImportAnnotation |
createImportAnnotation()
Returns a new object of class 'Import Annotation'. |
IntAnnotation |
createIntAnnotation()
Returns a new object of class 'Int Annotation'. |
ReferenceAnnotation |
createReferenceAnnotation()
Returns a new object of class 'Reference Annotation'. |
StringAnnotation |
createStringAnnotation()
Returns a new object of class 'String Annotation'. |
TypedStringAnnotation |
createTypedStringAnnotation()
Returns a new object of class 'Typed String Annotation'. |
AnnotationsPackage |
getAnnotationsPackage()
Returns the package supported by this factory. |
Methods inherited from interface org.eclipse.emf.ecore.EFactory |
---|
convertToString, create, createFromString, getEPackage, setEPackage |
Methods inherited from interface org.eclipse.emf.ecore.EModelElement |
---|
getEAnnotation, getEAnnotations |
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 |
Field Detail |
---|
static final AnnotationsFactory eINSTANCE
Method Detail |
---|
Annotation createAnnotation()
StringAnnotation createStringAnnotation()
ReferenceAnnotation createReferenceAnnotation()
BooleanAnnotation createBooleanAnnotation()
IntAnnotation createIntAnnotation()
FloatAnnotation createFloatAnnotation()
ContainmentAnnotation createContainmentAnnotation()
ImportAnnotation createImportAnnotation()
TypedStringAnnotation createTypedStringAnnotation()
AnnotationsPackage getAnnotationsPackage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |