public class ErrorFactoryImpl extends org.eclipse.emf.ecore.impl.EFactoryImpl implements ErrorFactory
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container.Dynamic
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImpl
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends Object & org.eclipse.emf.common.notify.Adapter>, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EScannableAdapterList
eAnnotations, eFlags, EFROZEN, ELAST_EMODEL_ELEMENT_FLAG
EVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSET
eINSTANCE
Constructor and Description |
---|
ErrorFactoryImpl()
Creates an instance of the factory.
|
Modifier and Type | Method and Description |
---|---|
String |
convertSeverityToString(org.eclipse.emf.ecore.EDataType eDataType,
Object instanceValue) |
String |
convertToString(org.eclipse.emf.ecore.EDataType eDataType,
Object instanceValue) |
org.eclipse.emf.ecore.EObject |
create(org.eclipse.emf.ecore.EClass eClass) |
DMRLocation |
createDMRLocation() |
DMRLocation |
createDMRLocation(VDomainModelReference dmr)
Creates a new
DMRLocation . |
EMFLocation |
createEMFLocation() |
EMFLocation |
createEMFLocation(org.eclipse.emf.ecore.EObject root)
Creates a new
EMFLocation . |
EMFLocation |
createEMFLocation(org.eclipse.emf.ecore.EObject root,
DMRLocation dmrLocation)
Creates a new
EMFLocation . |
EMFLocation |
createEMFLocation(org.eclipse.emf.ecore.EObject root,
SettingLocation settingLocation)
Creates a new
EMFLocation . |
EMFLocation |
createEMFLocation(org.eclipse.emf.ecore.EObject root,
SettingLocation settingLocation,
DMRLocation dmrLocation)
Creates a new
EMFLocation . |
ErrorReport |
createErrorReport() |
Object |
createFromString(org.eclipse.emf.ecore.EDataType eDataType,
String initialValue) |
SheetLocation |
createInvalidSheetLocation(String columnName)
Creates a new object which creates an invalid SheetLocation.
|
SettingLocation |
createSettingLocation() |
SettingLocation |
createSettingLocation(org.eclipse.emf.ecore.EObject eObject,
org.eclipse.emf.ecore.EStructuralFeature feature)
Creates a new
SettingLocation . |
SettingToSheetMapping |
createSettingToSheetMapping() |
SettingToSheetMapping |
createSettingToSheetMapping(SettingLocation settingLocation,
SheetLocation sheetLocation)
Creates a SettingToSheetMapping based on the combination of the
SettingLocation and the
SheetLocation . |
Severity |
createSeverityFromString(org.eclipse.emf.ecore.EDataType eDataType,
String initialValue) |
SheetLocation |
createSheetLocation() |
SheetLocation |
createSheetLocation(String sheet,
int column,
int row,
String columnName)
Creates a new object which identifies the affected cell in the spreadsheet.
|
SpreadsheetImportResult |
createSpreadsheetImportResult() |
ErrorPackage |
getErrorPackage() |
static ErrorPackage |
getPackage()
Deprecated.
|
static ErrorFactory |
init()
Creates the default factory implementation.
|
basicCreate, basicSetEPackage, collapseWhiteSpace, convertToString, create, createFromString, eGet, eInverseAdd, eInverseRemove, eInvoke, eIsSet, eSet, eStaticClass, eUnset, getEPackage, replaceWhiteSpace, setEPackage, split
eObjectForURIFragmentSegment, eSetDirectResource, eURIFragmentSegment, freeze, freeze, getEAnnotation, getEAnnotations, isFrozen, setFrozen
eBasicSetContainer, eInternalContainer
dynamicGet, dynamicSet, dynamicUnset, eAdapters, eBasicAdapterArray, eBasicAdapterListeners, eBasicAdapters, eBasicHasAdapters, eBasicProperties, eBasicSetAdapterArray, eBasicSetAdapterListeners, eBasicSetContainer, eBasicSetContainerFeatureID, eBasicSetSettings, eBasicSettings, eClass, eContainerFeatureID, eContents, eCrossReferences, eDeliver, eDirectResource, eDynamicClass, eHasSettings, eIsProxy, eProperties, eProxyURI, eSetClass, eSetDeliver, eSetProxyURI, eSettings
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDynamicBasicRemoveFromContainer, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseRemove, eInvocationDelegate, eInvoke, eIsSet, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eSettingDelegate, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStaticOperationCount, eStore, eUnset, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues, toString
eNotificationRequired, eNotify
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getEAnnotation, getEAnnotations
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
public static ErrorFactory init()
public org.eclipse.emf.ecore.EObject create(org.eclipse.emf.ecore.EClass eClass)
create
in interface org.eclipse.emf.ecore.EFactory
create
in class org.eclipse.emf.ecore.impl.EFactoryImpl
public Object createFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
createFromString
in interface org.eclipse.emf.ecore.EFactory
createFromString
in class org.eclipse.emf.ecore.impl.EFactoryImpl
public String convertToString(org.eclipse.emf.ecore.EDataType eDataType, Object instanceValue)
convertToString
in interface org.eclipse.emf.ecore.EFactory
convertToString
in class org.eclipse.emf.ecore.impl.EFactoryImpl
public SpreadsheetImportResult createSpreadsheetImportResult()
createSpreadsheetImportResult
in interface ErrorFactory
public ErrorReport createErrorReport()
createErrorReport
in interface ErrorFactory
public EMFLocation createEMFLocation()
createEMFLocation
in interface ErrorFactory
public SettingLocation createSettingLocation()
createSettingLocation
in interface ErrorFactory
public DMRLocation createDMRLocation()
createDMRLocation
in interface ErrorFactory
public SettingToSheetMapping createSettingToSheetMapping()
createSettingToSheetMapping
in interface ErrorFactory
public SheetLocation createSheetLocation()
createSheetLocation
in interface ErrorFactory
public Severity createSeverityFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
public String convertSeverityToString(org.eclipse.emf.ecore.EDataType eDataType, Object instanceValue)
public ErrorPackage getErrorPackage()
getErrorPackage
in interface ErrorFactory
@Deprecated public static ErrorPackage getPackage()
public EMFLocation createEMFLocation(org.eclipse.emf.ecore.EObject root, SettingLocation settingLocation, DMRLocation dmrLocation)
ErrorFactory
EMFLocation
.createEMFLocation
in interface ErrorFactory
root
- the root EObjectsettingLocation
- the SettingLocation
dmrLocation
- the DMRLocation
public EMFLocation createEMFLocation(org.eclipse.emf.ecore.EObject root, DMRLocation dmrLocation)
ErrorFactory
EMFLocation
.createEMFLocation
in interface ErrorFactory
root
- the root EObjectdmrLocation
- the DMRLocation
public EMFLocation createEMFLocation(org.eclipse.emf.ecore.EObject root)
ErrorFactory
EMFLocation
.createEMFLocation
in interface ErrorFactory
root
- the root EObjectpublic EMFLocation createEMFLocation(org.eclipse.emf.ecore.EObject root, SettingLocation settingLocation)
ErrorFactory
EMFLocation
.createEMFLocation
in interface ErrorFactory
root
- the root EObjectsettingLocation
- the SettingLocation
public SettingLocation createSettingLocation(org.eclipse.emf.ecore.EObject eObject, org.eclipse.emf.ecore.EStructuralFeature feature)
ErrorFactory
SettingLocation
.createSettingLocation
in interface ErrorFactory
eObject
- the EObject of the Settingfeature
- the Feature of the Settingpublic DMRLocation createDMRLocation(VDomainModelReference dmr)
ErrorFactory
DMRLocation
.createDMRLocation
in interface ErrorFactory
dmr
- the domain model referencepublic SheetLocation createSheetLocation(String sheet, int column, int row, String columnName)
ErrorFactory
createSheetLocation
in interface ErrorFactory
sheet
- the sheet idcolumn
- the column idrow
- the row idcolumnName
- the column namelocation
public SettingToSheetMapping createSettingToSheetMapping(SettingLocation settingLocation, SheetLocation sheetLocation)
SettingLocation
and the
SheetLocation
.createSettingToSheetMapping
in interface ErrorFactory
settingLocation
- The SettingLocation
sheetLocation
- The SheetLocation
SettingToSheetMapping
ErrorFactory.createSettingToSheetMapping(org.eclipse.emfforms.spi.spreadsheet.core.error.model.SettingLocation,
org.eclipse.emfforms.spi.spreadsheet.core.error.model.SheetLocation)
public SheetLocation createInvalidSheetLocation(String columnName)
createInvalidSheetLocation
in interface ErrorFactory
columnName
- the column namelocation
ErrorFactory.createInvalidSheetLocation(java.lang.String)
Copyright © 2019. All rights reserved.