|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ServiceDataFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.
ServiceDataPackage
Field Summary | |
---|---|
static ServiceDataFactory |
eINSTANCE
The singleton instance of the factory. |
Method Summary | |
---|---|
Category |
createCategory()
Returns a new object of class 'Category'. |
KnownOption |
createKnownOption()
Returns a new object of class 'Known Option'. |
LayoutAlgorithm |
createLayoutAlgorithm()
Returns a new object of class 'Layout Algorithm'. |
LayoutOption |
createLayoutOption()
Returns a new object of class 'Layout Option'. |
LayoutType |
createLayoutType()
Returns a new object of class 'Layout Type'. |
RemoteEnum |
createRemoteEnum()
Returns a new object of class 'Remote Enum'. |
ServiceData |
createServiceData()
Returns a new object of class 'Service Data'. |
SupportedDiagram |
createSupportedDiagram()
Returns a new object of class 'Supported Diagram'. |
SupportedFormat |
createSupportedFormat()
Returns a new object of class 'Supported Format'. |
ServiceDataPackage |
getServiceDataPackage()
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 ServiceDataFactory eINSTANCE
Method Detail |
---|
ServiceData createServiceData()
LayoutAlgorithm createLayoutAlgorithm()
LayoutType createLayoutType()
LayoutOption createLayoutOption()
Category createCategory()
KnownOption createKnownOption()
SupportedDiagram createSupportedDiagram()
RemoteEnum createRemoteEnum()
SupportedFormat createSupportedFormat()
ServiceDataPackage getServiceDataPackage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |