|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PartyFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.
PartyPackage| Field Summary | |
|---|---|
static PartyFactory |
eINSTANCE
The singleton instance of the factory. |
| Method Summary | |
|---|---|
Custom |
createCustom()
Returns a new object of class 'Custom'. |
EMail |
createEMail()
Returns a new object of class 'EMail'. |
Identity |
createIdentity()
Returns a new object of class 'Identity'. |
MatrixRelationship |
createMatrixRelationship()
Returns a new object of class 'Matrix Relationship'. |
Organization |
createOrganization()
Returns a new object of class 'Organization'. |
Person |
createPerson()
Returns a new object of class 'Person'. |
Phone |
createPhone()
Returns a new object of class 'Phone'. |
Role |
createRole()
Returns a new object of class 'Role'. |
Tag |
createTag()
Returns a new object of class 'Tag'. |
USAddress |
createUSAddress()
Returns a new object of class 'US Address'. |
Web |
createWeb()
Returns a new object of class 'Web'. |
PartyPackage |
getPartyPackage()
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, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
|---|
eAdapters, eDeliver, eNotify, eSetDeliver |
| Field Detail |
|---|
static final PartyFactory eINSTANCE
| Method Detail |
|---|
Identity createIdentity()
Phone createPhone()
Web createWeb()
EMail createEMail()
Custom createCustom()
USAddress createUSAddress()
Organization createOrganization()
Person createPerson()
Tag createTag()
Role createRole()
MatrixRelationship createMatrixRelationship()
PartyPackage getPartyPackage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||