public interface SerializationFactory
SerializationPackage
Modifier and Type | Field and Description |
---|---|
static SerializationFactory |
eINSTANCE
The singleton instance of the factory.
|
Modifier and Type | Method and Description |
---|---|
AbstractAttributeInstance |
createAbstractAttributeInstance()
Returns a new object of class 'Abstract Attribute Instance'.
|
AbstractReferenceInstance |
createAbstractReferenceInstance()
Returns a new object of class 'Abstract Reference Instance'.
|
ExtendedEObjectReference |
createExtendedEObjectReference()
Returns a new object of class 'Extended EObject Reference'.
|
MultiValuedAttributeInstance |
createMultiValuedAttributeInstance()
Returns a new object of class 'Multi Valued Attribute Instance'.
|
MultiValuedContainmentReferenceInstance |
createMultiValuedContainmentReferenceInstance()
Returns a new object of class 'Multi Valued Containment Reference Instance'.
|
MultiValuedReferenceInstance |
createMultiValuedReferenceInstance()
Returns a new object of class 'Multi Valued Reference Instance'.
|
SingleValuedAttributeInstance |
createSingleValuedAttributeInstance()
Returns a new object of class 'Single Valued Attribute Instance'.
|
SingleValuedContainmentReferenceInstance |
createSingleValuedContainmentReferenceInstance()
Returns a new object of class 'Single Valued Containment Reference Instance'.
|
SingleValuedReferenceInstance |
createSingleValuedReferenceInstance()
Returns a new object of class 'Single Valued Reference Instance'.
|
SerializationPackage |
getSerializationPackage()
Returns the package supported by this factory.
|
static final SerializationFactory eINSTANCE
AbstractReferenceInstance createAbstractReferenceInstance()
MultiValuedContainmentReferenceInstance createMultiValuedContainmentReferenceInstance()
MultiValuedReferenceInstance createMultiValuedReferenceInstance()
SingleValuedAttributeInstance createSingleValuedAttributeInstance()
ExtendedEObjectReference createExtendedEObjectReference()
SingleValuedContainmentReferenceInstance createSingleValuedContainmentReferenceInstance()
SingleValuedReferenceInstance createSingleValuedReferenceInstance()
MultiValuedAttributeInstance createMultiValuedAttributeInstance()
AbstractAttributeInstance createAbstractAttributeInstance()
SerializationPackage getSerializationPackage()