Modifier and Type | Method and Description |
---|---|
Set<VDomainModelReference> |
DiffMergeModelContextImpl.getMergedDomainObjects()
Returns the set of domainModelReferences which are merged.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
CompareControls.areEqual(VDomainModelReference left,
org.eclipse.emf.ecore.EObject leftDomainModel,
VDomainModelReference right,
org.eclipse.emf.ecore.EObject rightDomainModel)
Compares to
VDomainModelReferences by comparing all values. |
Constructor and Description |
---|
DiffMergeModelContextImpl(VElement view,
org.eclipse.emf.ecore.EObject domainObject,
org.eclipse.emf.ecore.EObject left,
org.eclipse.emf.ecore.EObject right,
Set<VDomainModelReference> mergedReferences)
Constructor for the
DiffMergeModelContextImpl . |
DiffMergeModelContextImpl(VElement view,
org.eclipse.emf.ecore.EObject domainObject,
org.eclipse.emf.ecore.EObject origin1,
org.eclipse.emf.ecore.EObject origin2,
Set<VDomainModelReference> mergedReferences,
ViewModelService... modelServices)
Constructor for the
DiffMergeModelContextImpl . |
Modifier and Type | Method and Description |
---|---|
Set<VDomainModelReference> |
DiffMergeModelContext.getMergedDomainObjects()
Returns the set of domainModelReferences which are merged.
|
Modifier and Type | Method and Description |
---|---|
DiffMergeModelContext |
DiffMergeContextFactory.createViewModelContext(VElement view,
org.eclipse.emf.ecore.EObject target,
org.eclipse.emf.ecore.EObject left,
org.eclipse.emf.ecore.EObject right,
Set<VDomainModelReference> mergedControls)
Instantiates a new view model context.
|
DiffMergeModelContext |
DiffMergeContextFactory.createViewModelContext(VElement view,
org.eclipse.emf.ecore.EObject target,
org.eclipse.emf.ecore.EObject left,
org.eclipse.emf.ecore.EObject right,
Set<VDomainModelReference> mergedControls,
ViewModelService... modelServices)
Instantiates a new view model context with specific services.
|
Modifier and Type | Method and Description |
---|---|
int |
AttributeMultiControlTester.isApplicable(VDomainModelReference domainModelReference)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
int |
ReferenceMultiControlTester.isApplicable(VDomainModelReference domainModelReference)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected VDomainModelReference |
ECPAbstractControl.getDomainModelReference()
Deprecated.
Returns the
VDomainModelReference set for this control. |
Modifier and Type | Method and Description |
---|---|
<T> T |
ECPControlFactory.createControl(Class<T> controlTypeClass,
org.eclipse.emf.ecore.EObject domainModel,
VDomainModelReference domainModelReference)
Deprecated.
|
Constructor and Description |
---|
NewReferenceAction(org.eclipse.emf.edit.domain.EditingDomain editingDomain,
org.eclipse.emf.ecore.EObject eObject,
org.eclipse.emf.ecore.EStructuralFeature structuralFeature,
EMFFormsEditSupport editSupport,
EMFFormsLabelProvider labelProvider,
ReferenceService referenceService,
ReportService reportService,
VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject domainModel)
The constructor for a new reference action.
|
NewReferenceAction(org.eclipse.emf.edit.domain.EditingDomain editingDomain,
org.eclipse.emf.ecore.EStructuralFeature.Setting setting,
EMFFormsEditSupport editSupport,
EMFFormsLabelProvider labelProvider,
ReferenceService referenceService,
ReportService reportService,
VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject domainModel)
The constructor for a new reference action.
|
Modifier and Type | Method and Description |
---|---|
int |
ECPStaticApplicableTester.isApplicable(VDomainModelReference domainModelReference)
Deprecated.
|
int |
ECPApplicableTester.isApplicable(VDomainModelReference domainModelReference)
Deprecated.
Do not use. Use
ECPApplicableTester.isApplicable(EObject, EStructuralFeature) instead. |
Modifier and Type | Method and Description |
---|---|
String |
ReferenceHelperImpl.getStringRepresentation(VDomainModelReference reference) |
Modifier and Type | Method and Description |
---|---|
protected org.eclipse.emf.ecore.EStructuralFeature |
AbstractReferenceHelper.getEStructuralFeature(VDomainModelReference reference)
Returns the
EStructuralFeature for the given VDomainModelReference . |
String |
AbstractReferenceHelper.getLabel(VDomainModelReference reference) |
String |
ReferenceHelper.getLabel(VDomainModelReference reference)
Determines a label for the given
reference . |
String |
ReferenceHelper.getStringRepresentation(VDomainModelReference reference)
Determines a string representation for the given
reference , for example a path. |
Modifier and Type | Method and Description |
---|---|
<T> T |
ControlFactoryImpl.createControl(Class<T> controlType,
org.eclipse.emf.ecore.EObject domainModel,
VDomainModelReference domainModelReference)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DomainModelReferenceControlSWTRenderer.editSegmentDmr(org.eclipse.emf.ecore.EObject container,
org.eclipse.emf.ecore.EReference reference,
VDomainModelReference dmr)
Edits the existing DMR set in the
reference of the given
container object. |
Modifier and Type | Method and Description |
---|---|
VDomainModelReference |
SelectFeaturePathWizardPage.getDomainModelReference() |
Modifier and Type | Method and Description |
---|---|
Optional<VDomainModelReference> |
CreateSegmentDmrWizard.getDomainModelReference()
Returns the configured
VDomainModelReference . |
Constructor and Description |
---|
CreateDomainModelReferenceWizard(org.eclipse.emf.ecore.EObject eObject,
org.eclipse.emf.ecore.EStructuralFeature structuralFeature,
org.eclipse.emf.edit.domain.EditingDomain editingDomain,
org.eclipse.emf.ecore.EClass eclass,
String windowTitle,
String pageName,
String pageTitle,
String description,
VDomainModelReference domainModelReference)
A wizard used for creating a new DomainModelReference.
|
CreateDomainModelReferenceWizard(org.eclipse.emf.ecore.EStructuralFeature.Setting setting,
org.eclipse.emf.edit.domain.EditingDomain editingDomain,
org.eclipse.emf.ecore.EClass eclass,
String windowTitle,
String pageName,
String pageTitle,
String description,
VDomainModelReference domainModelReference)
A wizard used for creating a new DomainModelReference.
|
CreateSegmentDmrWizard(org.eclipse.emf.ecore.EClass rootEClass,
String windowTitle,
VDomainModelReference existingDMR,
EStructuralFeatureSelectionValidator selectionValidator)
Creates a new dmr creation with default values for segment generation (= a simple feature segment path), segment
types (all none restricted types), and the required last segment type (all are allowed) in advanced mode.
|
CreateSegmentDmrWizard(org.eclipse.emf.ecore.EClass rootEClass,
String windowTitle,
VDomainModelReference existingDMR,
EStructuralFeatureSelectionValidator selectionValidator,
SegmentGenerator segmentGenerator,
org.eclipse.emf.ecore.EClass lastSegmentType,
boolean ignoreSegmentIdeRestriction)
A wizard used for creating and configuring a DomainModelReference.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.databinding.IEMFListProperty |
TableDMRConverter.convertToListProperty(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject object) |
org.eclipse.emf.databinding.IEMFValueProperty |
TableDMRConverter.convertToValueProperty(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EClass rootEClass,
org.eclipse.emf.edit.domain.EditingDomain editingDomain) |
org.eclipse.emf.databinding.IEMFValueProperty |
TableDMRConverter.convertToValueProperty(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject object) |
org.eclipse.emf.ecore.EStructuralFeature.Setting |
TableDMRConverter.getSetting(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject object) |
double |
TableDMRConverter.isApplicable(VDomainModelReference domainModelReference) |
Modifier and Type | Method and Description |
---|---|
static Optional<VEnablementConfiguration> |
TableConfigurationHelper.findEnablementConfiguration(VTableControl tableControl,
VDomainModelReference columnDmr)
Returns the
VEnablementConfiguration for the given VDomainModelReference , if any. |
static Optional<Integer> |
TableConfigurationHelper.getColumnWeight(VTableControl tableControl,
VDomainModelReference domainModelReference)
Retrieve any column weight information available for the given column.
|
static Optional<Integer> |
TableConfigurationHelper.getColumnWidth(VTableControl tableControl,
VDomainModelReference domainModelReference)
Retrieve any column width information available for the given column.
|
static boolean |
TableConfigurationHelper.isReadOnly(VTableControl tableControl,
VDomainModelReference domainModelReference)
Retrieve the readonly state for the table control of a
VDomainModelReference . |
static void |
TableConfigurationHelper.updateWidthConfiguration(VTableControl tableControl,
VDomainModelReference domainModelReference,
org.eclipse.swt.widgets.Widget tableColumn)
Updates the
VWidthConfiguration for a column. |
Modifier and Type | Interface and Description |
---|---|
interface |
VCustomDomainModelReference
A representation of the model object 'Domain Model Reference'.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<VDomainModelReference> |
VCustomDomainModelReference.getDomainModelReferences()
Returns the value of the 'Domain Model References' containment reference list.
|
Set<VDomainModelReference> |
ECPHardcodedReferences.getNeededDomainModelReferences()
Returns a list of all
VDomainModelReferences which will be used by this control. |
Modifier and Type | Class and Description |
---|---|
class |
VCustomDomainModelReferenceImpl
An implementation of the model object 'Domain Model Reference'.
|
Modifier and Type | Field and Description |
---|---|
protected org.eclipse.emf.common.util.EList<VDomainModelReference> |
VCustomDomainModelReferenceImpl.domainModelReferences
The cached value of the '
Domain Model References ' containment
reference list. |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<VDomainModelReference> |
VCustomDomainModelReferenceImpl.getDomainModelReferences() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.databinding.IEMFListProperty |
CustomDMRConverter.convertToListProperty(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject object) |
org.eclipse.emf.databinding.IEMFValueProperty |
CustomDMRConverter.convertToValueProperty(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EClass rootEClass,
org.eclipse.emf.edit.domain.EditingDomain editingDomain) |
org.eclipse.emf.databinding.IEMFValueProperty |
CustomDMRConverter.convertToValueProperty(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject object) |
Set<UniqueSetting> |
CustomDMRMappingProvider.getMappingFor(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject domainObject)
Returns the mapping of
UniqueSettings to their sets of VDomainModelReference for a
given VDomainModelReference and domain object . |
org.eclipse.emf.ecore.EStructuralFeature.Setting |
CustomDMRConverter.getSetting(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject object) |
double |
StructuralChangeCustomDMRTester.isApplicable(VDomainModelReference reference)
Returns a double that expresses if and how suitable this tester is for the given
VDomainModelReference . |
double |
CustomDMRConverter.isApplicable(VDomainModelReference domainModelReference) |
double |
EMFFormsCustomDMRExpander.isApplicable(VDomainModelReference domainModelReference)
Returns how suitable this
EMFFormsDMRExpander is for the given VDomainModelReference . |
double |
CustomDMRMappingProvider.isApplicable(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject domainObject)
Returns a double indicating if and how well this
EMFFormsMappingProvider is applicable for the given
VDomainModelReference and domain object . |
boolean |
StructuralChangeCustomDMRTester.isStructureChanged(VDomainModelReference reference,
org.eclipse.emf.ecore.EObject domainRootObject,
ModelChangeNotification notification)
Checks whether the domain structure of the given
VDomainModelReference has changed for the changes
indicated by the given ModelChangeNotification . |
void |
EMFFormsCustomDMRExpander.prepareDomainObject(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject domainObject)
Prepares a
domain object for the given VDomainModelReference . |
Modifier and Type | Method and Description |
---|---|
T |
CustomSwitch.caseDomainModelReference(VDomainModelReference object)
Returns the result of interpreting the object as an instance of 'Domain Model Reference'.
|
Modifier and Type | Method and Description |
---|---|
protected VDomainModelReference |
ECPAbstractCustomControlSWT.getResolvedDomainModelReference(org.eclipse.emf.ecore.EStructuralFeature feature)
Finds the
VDomainModelReference which provides a specific EStructuralFeature . |
Modifier and Type | Method and Description |
---|---|
protected List<VDomainModelReference> |
ECPAbstractCustomControlSWT.getResolvedDomainModelReferences()
Returns a list of all
VDomainModelReferences which were already resolved and thus
can be used for binding etc. |
Modifier and Type | Method and Description |
---|---|
protected org.eclipse.core.databinding.Binding |
ECPAbstractCustomControlSWT.bindTargetToModel(VDomainModelReference modelFeature,
org.eclipse.core.databinding.observable.value.IObservableValue targetValue,
org.eclipse.core.databinding.UpdateValueStrategy targetToModel,
org.eclipse.core.databinding.UpdateValueStrategy modelToTarget)
Method for enabling databinding on the reference/attribute of the referenced object.
|
protected void |
ECPAbstractCustomControlSWT.createViewerBinding(VDomainModelReference customControlFeature,
org.eclipse.jface.viewers.StructuredViewer viewer,
org.eclipse.core.databinding.property.value.IValueProperty[] labelProperties)
Creates a binding for a
StructuredViewer based on a ECPCustomControlFeature and the array of
IValueProperties for labels. |
protected <T extends ECPAbstractControl> |
ECPAbstractCustomControlSWT.getControl(Class<T> clazz,
VDomainModelReference domainModelReference)
Use this method to get an
ECPControl which can be used inside the ECPCustomControl . |
String |
ECPAbstractCustomControlSWT.SWTCustomControlHelper.getHelp(VDomainModelReference domainModelReference)
This return a text providing a long helpful description of the feature.
|
String |
ECPAbstractCustomControlSWT.SWTCustomControlHelper.getLabel(VDomainModelReference domainModelReference)
This return a text providing a short label of the feature.
|
protected org.eclipse.core.databinding.observable.list.IObservableList |
ECPAbstractCustomControlSWT.getObservableList(VDomainModelReference domainModelReference)
Deprecated.
This method is deprecated and must not be used anymore. Use the
databinding service instead. |
protected Object |
ECPAbstractCustomControlSWT.getValue(VDomainModelReference modelReference)
Returns the current set value of the feature.
|
protected void |
ECPAbstractCustomControlSWT.registerChangeListener(VDomainModelReference modelReference,
ECPCustomControlChangeListener changeListener)
Registers a change listener on the referenced object.
|
protected void |
ECPAbstractCustomControlSWT.setValue(VDomainModelReference modelReference,
Object newValue)
Sets the value of the feature to the new value.
|
Modifier and Type | Interface and Description |
---|---|
interface |
VIndexDomainModelReference
A representation of the model object 'Index Domain Model Reference'.
|
Modifier and Type | Method and Description |
---|---|
VDomainModelReference |
VIndexDomainModelReference.getPrefixDMR()
Returns the value of the 'Prefix DMR' containment reference.
|
VDomainModelReference |
VIndexDomainModelReference.getTargetDMR()
Returns the value of the 'Target DMR' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
VIndexDomainModelReference.setPrefixDMR(VDomainModelReference value)
Sets the value of the '
Prefix DMR '
containment reference. |
void |
VIndexDomainModelReference.setTargetDMR(VDomainModelReference value)
Sets the value of the '
Target DMR '
containment reference. |
Modifier and Type | Class and Description |
---|---|
class |
VIndexDomainModelReferenceImpl
An implementation of the model object 'Index Domain Model Reference'.
|
Modifier and Type | Field and Description |
---|---|
protected VDomainModelReference |
VIndexDomainModelReferenceImpl.prefixDMR
The cached value of the '
Prefix DMR ' containment reference. |
protected VDomainModelReference |
VIndexDomainModelReferenceImpl.targetDMR
The cached value of the '
Target DMR ' containment reference. |
Modifier and Type | Method and Description |
---|---|
VDomainModelReference |
VIndexDomainModelReferenceImpl.getPrefixDMR() |
VDomainModelReference |
VIndexDomainModelReferenceImpl.getTargetDMR() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
VIndexDomainModelReferenceImpl.basicSetPrefixDMR(VDomainModelReference newPrefixDMR,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
VIndexDomainModelReferenceImpl.basicSetTargetDMR(VDomainModelReference newTargetDMR,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
VIndexDomainModelReferenceImpl.setPrefixDMR(VDomainModelReference newPrefixDMR) |
void |
VIndexDomainModelReferenceImpl.setTargetDMR(VDomainModelReference newTargetDMR) |
Modifier and Type | Method and Description |
---|---|
T |
IndexdmrSwitch.caseDomainModelReference(VDomainModelReference object)
Returns the result of interpreting the object as an instance of 'Domain Model Reference'.
|
Modifier and Type | Interface and Description |
---|---|
interface |
VKeyAttributeDomainModelReference
A representation of the model object ' Key Attribute Domain Model Reference'.
|
Modifier and Type | Method and Description |
---|---|
VDomainModelReference |
VKeyAttributeDomainModelReference.getKeyDMR()
Returns the value of the 'Key DMR' containment reference.
|
VDomainModelReference |
VKeyAttributeDomainModelReference.getValueDMR()
Returns the value of the 'Value DMR' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
VKeyAttributeDomainModelReference.setKeyDMR(VDomainModelReference value)
Sets the value of the '
Key DMR ' containment reference. |
void |
VKeyAttributeDomainModelReference.setValueDMR(VDomainModelReference value)
Sets the value of the '
Value DMR ' containment reference. |
Modifier and Type | Class and Description |
---|---|
class |
VKeyAttributeDomainModelReferenceImpl
An implementation of the model object ' Key Attribute Domain Model Reference
'.
|
Modifier and Type | Field and Description |
---|---|
protected VDomainModelReference |
VKeyAttributeDomainModelReferenceImpl.keyDMR
The cached value of the '
Key DMR ' containment reference. |
protected VDomainModelReference |
VKeyAttributeDomainModelReferenceImpl.valueDMR
The cached value of the '
Value DMR ' containment reference. |
Modifier and Type | Method and Description |
---|---|
VDomainModelReference |
VKeyAttributeDomainModelReferenceImpl.getKeyDMR() |
VDomainModelReference |
VKeyAttributeDomainModelReferenceImpl.getValueDMR() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
VKeyAttributeDomainModelReferenceImpl.basicSetKeyDMR(VDomainModelReference newKeyDMR,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
VKeyAttributeDomainModelReferenceImpl.basicSetValueDMR(VDomainModelReference newValueDMR,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
VKeyAttributeDomainModelReferenceImpl.setKeyDMR(VDomainModelReference newKeyDMR) |
void |
VKeyAttributeDomainModelReferenceImpl.setValueDMR(VDomainModelReference newValueDMR) |
Modifier and Type | Method and Description |
---|---|
T |
KeyattributedmrSwitch.caseDomainModelReference(VDomainModelReference object)
Returns the result of interpreting the object as an instance of 'Domain Model Reference'.
|
Modifier and Type | Method and Description |
---|---|
VDomainModelReference |
VLabel.getDomainModelReference()
Returns the value of the 'Domain Model Reference' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
VLabel.setDomainModelReference(VDomainModelReference value)
Sets the value of the '
Domain Model Reference ' containment reference. |
Modifier and Type | Field and Description |
---|---|
protected VDomainModelReference |
VLabelImpl.domainModelReference
The cached value of the '
Domain Model Reference ' containment
reference. |
Modifier and Type | Method and Description |
---|---|
VDomainModelReference |
VLabelImpl.getDomainModelReference() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
VLabelImpl.basicSetDomainModelReference(VDomainModelReference newDomainModelReference,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
VLabelImpl.setDomainModelReference(VDomainModelReference newDomainModelReference) |
Modifier and Type | Interface and Description |
---|---|
interface |
VMappingDomainModelReference
A representation of the model object ' Mapping Domain Model Reference'.
|
Modifier and Type | Method and Description |
---|---|
VDomainModelReference |
VMappingDomainModelReference.getDomainModelReference()
Returns the value of the 'Domain Model Reference'
containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
VMappingDomainModelReference.setDomainModelReference(VDomainModelReference value)
Sets the value of the '
Domain Model Reference ' containment reference. |
Modifier and Type | Class and Description |
---|---|
class |
VMappingDomainModelReferenceImpl
An implementation of the model object ' Mapping Domain Model Reference'.
|
Modifier and Type | Field and Description |
---|---|
protected VDomainModelReference |
VMappingDomainModelReferenceImpl.domainModelReference
The cached value of the '
Domain Model Reference ' containment reference. |
Modifier and Type | Method and Description |
---|---|
VDomainModelReference |
VMappingDomainModelReferenceImpl.getDomainModelReference() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
VMappingDomainModelReferenceImpl.basicSetDomainModelReference(VDomainModelReference newDomainModelReference,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
VMappingDomainModelReferenceImpl.setDomainModelReference(VDomainModelReference newDomainModelReference) |
Modifier and Type | Method and Description |
---|---|
T |
MappingdmrSwitch.caseDomainModelReference(VDomainModelReference object)
Returns the result of interpreting the object as an instance of ' Domain Model Reference'.
|
Modifier and Type | Interface and Description |
---|---|
interface |
VFeaturePathDomainModelReference
A representation of the model object 'VFeature Path Domain Model Reference'.
|
Modifier and Type | Method and Description |
---|---|
VDomainModelReference |
VViewFactory.createDomainModelReference()
Returns a new object of class 'Domain Model Reference'.
|
static VDomainModelReference |
ModelReferenceHelper.createDomainModelReference(org.eclipse.emf.ecore.EStructuralFeature feature)
Create a simple
VDomainModelReference based on a EStructuralFeature . |
static VDomainModelReference |
ModelReferenceHelper.createDomainModelReference(org.eclipse.emf.ecore.EStructuralFeature feature,
Collection<org.eclipse.emf.ecore.EReference> eReferences)
Create a simple
VDomainModelReference based on a EStructuralFeature . |
VDomainModelReference |
VControl.getDomainModelReference()
Returns the value of the 'Domain Model Reference' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
VControl.setDomainModelReference(VDomainModelReference value)
Sets the value of the '
Domain
Model Reference ' containment reference. |
Modifier and Type | Class and Description |
---|---|
class |
VDomainModelReferenceImpl
An implementation of the model object 'Domain Model Reference'.
|
class |
VFeaturePathDomainModelReferenceImpl
An implementation of the model rootEObject 'VFeature Path Domain Model Reference'.
|
Modifier and Type | Field and Description |
---|---|
protected VDomainModelReference |
VControlImpl.domainModelReference
The cached value of the '
Domain Model Reference ' containment
reference. |
Modifier and Type | Method and Description |
---|---|
VDomainModelReference |
VViewFactoryImpl.createDomainModelReference() |
VDomainModelReference |
VControlImpl.getDomainModelReference() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
VControlImpl.basicSetDomainModelReference(VDomainModelReference newDomainModelReference,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
VControlImpl.setDomainModelReference(VDomainModelReference newDomainModelReference) |
Constructor and Description |
---|
DomainModelReferenceResolutionFailedReport(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject element)
Constructor.
|
DomainModelReferenceResolutionFailedReport(VDomainModelReference domainModelReference,
VControl control)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
T |
ViewSwitch.caseDomainModelReference(VDomainModelReference object)
Returns the result of interpreting the object as an instance of 'Domain Model Reference'.
|
boolean |
ViewValidator.validateDomainModelReference(VDomainModelReference domainModelReference,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
Map<Object,Object> context) |
Modifier and Type | Method and Description |
---|---|
Set<VDomainModelReference> |
ConditionService.getDomainModelReferences(T condition)
The Set of
VDomainModelReference that are relevant for the condition. |
Modifier and Type | Method and Description |
---|---|
VDomainModelReference |
LeafCondition.getDomainModelReference()
Returns the value of the 'Domain Model Reference' containment reference.
|
VDomainModelReference |
IsProxyCondition.getDomainModelReference()
Returns the value of the 'Domain Model Reference' containment reference.
|
VDomainModelReference |
IterateCondition.getItemReference()
Returns the value of the 'Item Reference' containment reference.
|
VDomainModelReference |
LeafCondition.getValueDomainModelReference()
Returns the value of the 'Value Domain Model Reference' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
LeafCondition.setDomainModelReference(VDomainModelReference value)
Sets the value of the '
Domain Model Reference ' containment reference. |
void |
IsProxyCondition.setDomainModelReference(VDomainModelReference value)
Sets the value of the '
Domain Model Reference ' containment reference. |
void |
IterateCondition.setItemReference(VDomainModelReference value)
Sets the value of the '
Item
Reference ' containment reference. |
void |
LeafCondition.setValueDomainModelReference(VDomainModelReference value)
Sets the value of the '
Value Domain Model Reference ' containment reference. |
Modifier and Type | Field and Description |
---|---|
protected VDomainModelReference |
IsProxyConditionImpl.domainModelReference
The cached value of the '
Domain Model Reference ' containment
reference. |
protected VDomainModelReference |
LeafConditionImpl.domainModelReference
The cached value of the '
Domain Model Reference ' containment
reference. |
protected VDomainModelReference |
IterateConditionImpl.itemReference
The cached value of the '
Item Reference ' containment reference. |
protected VDomainModelReference |
LeafConditionImpl.valueDomainModelReference
The cached value of the '
Value Domain Model Reference '
containment reference. |
Modifier and Type | Method and Description |
---|---|
VDomainModelReference |
IsProxyConditionImpl.getDomainModelReference() |
VDomainModelReference |
LeafConditionImpl.getDomainModelReference() |
VDomainModelReference |
IterateConditionImpl.getItemReference() |
VDomainModelReference |
LeafConditionImpl.getValueDomainModelReference() |
Modifier and Type | Method and Description |
---|---|
Set<VDomainModelReference> |
LeafConditionSettingIterator.getUsedValueDomainModelReferences()
Returns the used VDomainModelReferences .
This map will contain all entries when the iterator has reached its end. |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
IsProxyConditionImpl.basicSetDomainModelReference(VDomainModelReference newDomainModelReference,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
LeafConditionImpl.basicSetDomainModelReference(VDomainModelReference newDomainModelReference,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
IterateConditionImpl.basicSetItemReference(VDomainModelReference newItemReference,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
LeafConditionImpl.basicSetValueDomainModelReference(VDomainModelReference newValueDomainModelReference,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
IsProxyConditionImpl.setDomainModelReference(VDomainModelReference newDomainModelReference) |
void |
LeafConditionImpl.setDomainModelReference(VDomainModelReference newDomainModelReference) |
void |
IterateConditionImpl.setItemReference(VDomainModelReference newItemReference) |
void |
LeafConditionImpl.setValueDomainModelReference(VDomainModelReference newValueDomainModelReference) |
Modifier and Type | Method and Description |
---|---|
VDomainModelReference |
VStackLayout.getDomainModelReference()
Returns the value of the 'Domain Model Reference' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
VStackLayout.setDomainModelReference(VDomainModelReference value)
Sets the value of the '
Domain Model Reference ' containment reference. |
Modifier and Type | Field and Description |
---|---|
protected VDomainModelReference |
VStackLayoutImpl.domainModelReference
The cached value of the '
Domain Model Reference ' containment
reference. |
Modifier and Type | Method and Description |
---|---|
VDomainModelReference |
VStackLayoutImpl.getDomainModelReference() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
VStackLayoutImpl.basicSetDomainModelReference(VDomainModelReference newDomainModelReference,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
VStackLayoutImpl.setDomainModelReference(VDomainModelReference newDomainModelReference) |
Modifier and Type | Method and Description |
---|---|
protected static boolean |
AbstractLayoutProvider.isMultiLine(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject domainModel)
Checks whether a setting is set to multiline.
|
Modifier and Type | Interface and Description |
---|---|
interface |
VTableDomainModelReference
A representation of the model object 'Domain Model Reference'.
|
Modifier and Type | Method and Description |
---|---|
VDomainModelReference |
VSingleColumnConfiguration.getColumnDomainReference()
Returns the value of the 'Column Domain Reference' reference.
|
VDomainModelReference |
VTableDomainModelReference.getDomainModelReference()
Returns the value of the 'Domain Model Reference' containment reference.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<VDomainModelReference> |
VTableDomainModelReference.getColumnDomainModelReferences()
Returns the value of the 'Column Domain Model References' containment reference list.
|
org.eclipse.emf.common.util.EList<VDomainModelReference> |
VReadOnlyColumnConfiguration.getColumnDomainReferences()
Returns the value of the 'Column Domain References' reference list.
|
Modifier and Type | Method and Description |
---|---|
void |
VSingleColumnConfiguration.setColumnDomainReference(VDomainModelReference value)
Sets the value of the
'
Column
Domain Reference ' reference. |
void |
VTableDomainModelReference.setDomainModelReference(VDomainModelReference value)
Sets the value of the
'
Domain
Model Reference ' containment reference. |
Modifier and Type | Class and Description |
---|---|
class |
VTableDomainModelReferenceImpl
An implementation of the model object 'Domain Model Reference'.
|
Modifier and Type | Field and Description |
---|---|
protected VDomainModelReference |
VEnablementConfigurationImpl.columnDomainReference
The cached value of the '
Column Domain Reference ' reference. |
protected VDomainModelReference |
VWidthConfigurationImpl.columnDomainReference
The cached value of the '
Column Domain Reference ' reference. |
protected VDomainModelReference |
VTableDomainModelReferenceImpl.domainModelReference
The cached value of the '
Domain Model Reference ' containment
reference. |
Modifier and Type | Field and Description |
---|---|
protected org.eclipse.emf.common.util.EList<VDomainModelReference> |
VTableDomainModelReferenceImpl.columnDomainModelReferences
The cached value of the '
Column Domain Model References '
containment reference list. |
protected org.eclipse.emf.common.util.EList<VDomainModelReference> |
VReadOnlyColumnConfigurationImpl.columnDomainReferences
The cached value of the '
Column Domain References ' reference list. |
Modifier and Type | Method and Description |
---|---|
VDomainModelReference |
VEnablementConfigurationImpl.basicGetColumnDomainReference() |
VDomainModelReference |
VWidthConfigurationImpl.basicGetColumnDomainReference() |
VDomainModelReference |
VEnablementConfigurationImpl.getColumnDomainReference() |
VDomainModelReference |
VWidthConfigurationImpl.getColumnDomainReference() |
VDomainModelReference |
VTableDomainModelReferenceImpl.getDomainModelReference() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<VDomainModelReference> |
VTableDomainModelReferenceImpl.getColumnDomainModelReferences() |
org.eclipse.emf.common.util.EList<VDomainModelReference> |
VReadOnlyColumnConfigurationImpl.getColumnDomainReferences() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
VTableDomainModelReferenceImpl.basicSetDomainModelReference(VDomainModelReference newDomainModelReference,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
VEnablementConfigurationImpl.setColumnDomainReference(VDomainModelReference newColumnDomainReference) |
void |
VWidthConfigurationImpl.setColumnDomainReference(VDomainModelReference newColumnDomainReference) |
void |
VTableDomainModelReferenceImpl.setDomainModelReference(VDomainModelReference newDomainModelReference) |
Modifier and Type | Method and Description |
---|---|
T |
TableSwitch.caseDomainModelReference(VDomainModelReference object)
Returns the result of interpreting the object as an instance of 'Domain Model Reference'.
|
Modifier and Type | Method and Description |
---|---|
protected VDomainModelReference |
TableControlSWTRenderer.ECPCellLabelProvider.getDmr() |
protected VDomainModelReference |
TableControlSWTRenderer.getDMRToMultiReference() |
Modifier and Type | Method and Description |
---|---|
protected org.eclipse.emf.common.util.EList<VDomainModelReference> |
TableControlSWTRenderer.getColumnDomainModelReferences()
Retrieves this table's column DMRs from the table DMR.
|
Modifier and Type | Method and Description |
---|---|
protected org.eclipse.jface.viewers.CellLabelProvider |
TableControlSWTRenderer.createCellLabelProvider(org.eclipse.emf.ecore.EStructuralFeature feature,
org.eclipse.jface.viewers.CellEditor cellEditor,
org.eclipse.core.databinding.observable.map.IObservableMap attributeMap,
VTableControl vTableControl,
VDomainModelReference dmr,
org.eclipse.swt.widgets.Control table)
|
protected Optional<org.eclipse.emf.ecore.EStructuralFeature.Setting> |
TableControlSWTRenderer.getSettingFromObservable(VDomainModelReference dmr,
org.eclipse.emf.ecore.EObject eObject)
Helper method which uses an EMFForms observable value to get the setting for the given
VDomainModelReference . |
Constructor and Description |
---|
ECPCellLabelProvider(org.eclipse.emf.ecore.EStructuralFeature feature,
org.eclipse.jface.viewers.CellEditor cellEditor,
org.eclipse.core.databinding.observable.map.IObservableMap attributeMap,
VTableControl vTableControl,
VDomainModelReference dmr,
org.eclipse.swt.widgets.Control table)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ECPDomainModelReferenceMerger.merge(VFeaturePathDomainModelReference source,
VDomainModelReference target)
Prepends the the proxy reference to the given reference.
|
Modifier and Type | Method and Description |
---|---|
VDomainModelReference |
VTDomainModelReferenceSelector.getDomainModelReference()
Returns the value of the 'Domain Model Reference' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
VTDomainModelReferenceSelector.setDomainModelReference(VDomainModelReference value)
Sets the value of the
'
Domain Model Reference ' containment reference. |
Modifier and Type | Field and Description |
---|---|
protected VDomainModelReference |
VTDomainModelReferenceSelectorImpl.domainModelReference
The cached value of the '
Domain Model Reference ' containment
reference. |
Modifier and Type | Method and Description |
---|---|
VDomainModelReference |
VTDomainModelReferenceSelectorImpl.getDomainModelReference() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
VTDomainModelReferenceSelectorImpl.basicSetDomainModelReference(VDomainModelReference newDomainModelReference,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
VTDomainModelReferenceSelectorImpl.setDomainModelReference(VDomainModelReference newDomainModelReference) |
Modifier and Type | Method and Description |
---|---|
void |
TemplateModelEditorPart.DmrSelectorPreReplaceProcessor.process(VDomainModelReference legacyDmr,
VDomainModelReference segmentDmr) |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.databinding.IEMFListProperty |
FeaturePathDomainModelReferenceConverter.convertToListProperty(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject object) |
org.eclipse.emf.databinding.IEMFValueProperty |
FeaturePathDomainModelReferenceConverter.convertToValueProperty(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EClass rootEClass,
org.eclipse.emf.edit.domain.EditingDomain editingDomain) |
org.eclipse.emf.databinding.IEMFValueProperty |
FeaturePathDomainModelReferenceConverter.convertToValueProperty(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject object) |
org.eclipse.emf.ecore.EStructuralFeature.Setting |
FeaturePathDomainModelReferenceConverter.getSetting(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject object) |
double |
FeaturePathDomainModelReferenceConverter.isApplicable(VDomainModelReference domainModelReference) |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.databinding.IEMFListProperty |
EMFFormsDatabindingImpl.getListProperty(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject object) |
org.eclipse.core.databinding.observable.list.IObservableList |
EMFFormsDatabindingImpl.getObservableList(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject object) |
org.eclipse.core.databinding.observable.value.IObservableValue |
EMFFormsDatabindingImpl.getObservableValue(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject object) |
org.eclipse.emf.ecore.EStructuralFeature.Setting |
EMFFormsDatabindingImpl.getSetting(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject object) |
org.eclipse.emf.databinding.IEMFValueProperty |
EMFFormsDatabindingImpl.getValueProperty(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EClass rootEClass) |
org.eclipse.emf.databinding.IEMFValueProperty |
EMFFormsDatabindingImpl.getValueProperty(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EClass rootEClass,
org.eclipse.emf.edit.domain.EditingDomain editingDomain) |
org.eclipse.emf.databinding.IEMFValueProperty |
EMFFormsDatabindingImpl.getValueProperty(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject object) |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.databinding.IEMFListProperty |
IndexDomainModelReferenceConverter.convertToListProperty(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject object) |
org.eclipse.emf.databinding.IEMFValueProperty |
IndexDomainModelReferenceConverter.convertToValueProperty(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EClass rootEClass,
org.eclipse.emf.edit.domain.EditingDomain editingDomain) |
org.eclipse.emf.databinding.IEMFValueProperty |
IndexDomainModelReferenceConverter.convertToValueProperty(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject object) |
org.eclipse.emf.ecore.EStructuralFeature.Setting |
IndexDomainModelReferenceConverter.getSetting(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject object) |
double |
IndexDomainModelReferenceConverter.isApplicable(VDomainModelReference domainModelReference) |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.databinding.IEMFListProperty |
KeyAttributeDomainModelReferenceConverter.convertToListProperty(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject object) |
org.eclipse.emf.databinding.IEMFValueProperty |
KeyAttributeDomainModelReferenceConverter.convertToValueProperty(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EClass rootEClass,
org.eclipse.emf.edit.domain.EditingDomain editingDomain) |
org.eclipse.emf.databinding.IEMFValueProperty |
KeyAttributeDomainModelReferenceConverter.convertToValueProperty(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject object) |
org.eclipse.emf.ecore.EStructuralFeature.Setting |
KeyAttributeDomainModelReferenceConverter.getSetting(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject object) |
double |
KeyAttributeDomainModelReferenceConverter.isApplicable(VDomainModelReference domainModelReference) |
Constructor and Description |
---|
EMFKeyAttributeValueProperty(org.eclipse.emf.edit.domain.EditingDomain editingDomain,
EMFFormsDatabindingEMF databinding,
VDomainModelReference keyDMR,
Object key,
org.eclipse.emf.ecore.EStructuralFeature eStructuralFeature) |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.databinding.IEMFListProperty |
MappingDomainModelReferenceConverter.convertToListProperty(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject object) |
org.eclipse.emf.databinding.IEMFValueProperty |
MappingDomainModelReferenceConverter.convertToValueProperty(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EClass rootEClass,
org.eclipse.emf.edit.domain.EditingDomain editingDomain) |
org.eclipse.emf.databinding.IEMFValueProperty |
MappingDomainModelReferenceConverter.convertToValueProperty(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject object) |
org.eclipse.emf.ecore.EStructuralFeature.Setting |
MappingDomainModelReferenceConverter.getSetting(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject object) |
double |
MappingDomainModelReferenceConverter.isApplicable(VDomainModelReference domainModelReference) |
Modifier and Type | Method and Description |
---|---|
double |
EMFFormsDMRExpanderDefaultHeuristic.isApplicable(VDomainModelReference domainModelReference)
Returns how suitable this
EMFFormsDMRExpander is for the given VDomainModelReference . |
void |
EMFFormsDomainExpanderImpl.prepareDomainObject(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject domainObject) |
void |
EMFFormsDMRExpanderDefaultHeuristic.prepareDomainObject(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject domainObject)
Prepares a
domain object for the given VDomainModelReference . |
Modifier and Type | Method and Description |
---|---|
double |
EMFFormsIndexDMRExpander.isApplicable(VDomainModelReference domainModelReference)
Returns how suitable this
EMFFormsDMRExpander is for the given VDomainModelReference . |
void |
EMFFormsIndexDMRExpander.prepareDomainObject(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject domainObject)
Prepares a
domain object for the given VDomainModelReference . |
Modifier and Type | Method and Description |
---|---|
double |
EMFFormsKeyAttributeDMRExpander.isApplicable(VDomainModelReference domainModelReference)
Returns how suitable this
EMFFormsDMRExpander is for the given VDomainModelReference . |
void |
EMFFormsKeyAttributeDMRExpander.prepareDomainObject(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject domainObject)
Prepares a
domain object for the given VDomainModelReference . |
Modifier and Type | Method and Description |
---|---|
double |
EMFFormsMappingDMRExpander.isApplicable(VDomainModelReference domainModelReference)
Returns how suitable this
EMFFormsDMRExpander is for the given VDomainModelReference . |
void |
EMFFormsMappingDMRExpander.prepareDomainObject(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject domainObject)
Prepares a
domain object for the given VDomainModelReference . |
Modifier and Type | Method and Description |
---|---|
double |
EMFFormsTableDMRExpander.isApplicable(VDomainModelReference domainModelReference)
Returns how suitable this
EMFFormsDMRExpander is for the given VDomainModelReference . |
void |
EMFFormsTableDMRExpander.prepareDomainObject(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject domainObject)
Prepares a
domain object for the given VDomainModelReference . |
Modifier and Type | Method and Description |
---|---|
boolean |
EMFFormsEditSupportImpl.canSetProperty(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject rootObject)
Returns whether the property can be set.
|
Object |
EMFFormsEditSupportImpl.getImage(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject rootObject,
Object element)
Returns the label image for the given element.
|
String |
EMFFormsEditSupportImpl.getText(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject rootObject,
Object element)
Returns the label text for the given element.
|
boolean |
EMFFormsEditSupportImpl.isMultiLine(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject rootObject)
Returns whether the property is multi line.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.core.databinding.observable.value.IObservableValue |
EMFFormsLabelProviderDefaultImpl.getDescription(VDomainModelReference domainModelReference)
Deprecated.
|
org.eclipse.core.databinding.observable.value.IObservableValue |
EMFFormsLabelProviderImpl.getDescription(VDomainModelReference domainModelReference)
Deprecated.
|
org.eclipse.core.databinding.observable.value.IObservableValue |
EMFFormsLabelProviderDefaultImpl.getDescription(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EClass rootEClass) |
org.eclipse.core.databinding.observable.value.IObservableValue |
EMFFormsLabelProviderImpl.getDescription(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EClass rootEClass) |
org.eclipse.core.databinding.observable.value.IObservableValue |
EMFFormsLabelProviderDefaultImpl.getDescription(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject rootObject) |
org.eclipse.core.databinding.observable.value.IObservableValue |
EMFFormsLabelProviderImpl.getDescription(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject rootObject) |
org.eclipse.core.databinding.observable.value.IObservableValue |
EMFFormsLabelProviderDefaultImpl.getDisplayName(VDomainModelReference domainModelReference)
Deprecated.
|
org.eclipse.core.databinding.observable.value.IObservableValue |
EMFFormsLabelProviderImpl.getDisplayName(VDomainModelReference domainModelReference)
Deprecated.
|
org.eclipse.core.databinding.observable.value.IObservableValue |
EMFFormsLabelProviderDefaultImpl.getDisplayName(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EClass rootEClass) |
org.eclipse.core.databinding.observable.value.IObservableValue |
EMFFormsLabelProviderImpl.getDisplayName(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EClass rootEClass) |
org.eclipse.core.databinding.observable.value.IObservableValue |
EMFFormsLabelProviderDefaultImpl.getDisplayName(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject rootObject) |
org.eclipse.core.databinding.observable.value.IObservableValue |
EMFFormsLabelProviderImpl.getDisplayName(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject rootObject) |
Modifier and Type | Method and Description |
---|---|
Set<UniqueSetting> |
EMFFormsMappingProviderManagerImpl.getAllSettingsFor(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject domainObject)
Retrieve all settings for a given domainModelReference and domain object.
|
Modifier and Type | Method and Description |
---|---|
Set<UniqueSetting> |
EMFFormsMappingProviderDefaultHeuristic.getMappingFor(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject domainObject)
Returns the mapping of
UniqueSettings to their sets of VDomainModelReference for a
given VDomainModelReference and domain object . |
double |
EMFFormsMappingProviderDefaultHeuristic.isApplicable(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject domainObject)
Returns a double indicating if and how well this
EMFFormsMappingProvider is applicable for the given
VDomainModelReference and domain object . |
Modifier and Type | Method and Description |
---|---|
Set<UniqueSetting> |
EMFFormsMappingProviderTable.getMappingFor(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject domainObject)
Returns the mapping of
UniqueSettings to their sets of VDomainModelReference for a
given VDomainModelReference and domain object . |
double |
EMFFormsMappingProviderTable.isApplicable(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject domainObject)
Returns a double indicating if and how well this
EMFFormsMappingProvider is applicable for the given
VDomainModelReference and domain object . |
Modifier and Type | Method and Description |
---|---|
Set<UniqueSetting> |
EMFFormsMappingProviderTable.getMappingFor(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject domainObject) |
double |
EMFFormsMappingProviderTable.isApplicable(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject domainObject) |
Modifier and Type | Method and Description |
---|---|
List<VDomainModelReferenceSegment> |
SegmentGeneratorService.generateSegments(VDomainModelReference reference) |
Optional<org.eclipse.emf.ecore.EClass> |
LegacyDmrToRootEClassImpl.getRootEClass(VDomainModelReference dmr) |
Modifier and Type | Method and Description |
---|---|
List<VDomainModelReferenceSegment> |
FeaturePathDmrSegmentGenerator.generateSegments(VDomainModelReference reference) |
org.eclipse.emf.ecore.EClass |
FeatureDmrToRootEClassConverter.getRootEClass(VDomainModelReference dmr) |
double |
FeatureDmrToRootEClassConverter.isApplicable(VDomainModelReference dmr) |
double |
FeaturePathDmrSegmentGenerator.isApplicable(VDomainModelReference reference) |
Modifier and Type | Method and Description |
---|---|
List<VDomainModelReferenceSegment> |
IndexDmrSegmentGenerator.generateSegments(VDomainModelReference reference) |
org.eclipse.emf.ecore.EClass |
IndexDmrToRootEClassConverter.getRootEClass(VDomainModelReference dmr) |
double |
IndexDmrToRootEClassConverter.isApplicable(VDomainModelReference dmr) |
double |
IndexDmrSegmentGenerator.isApplicable(VDomainModelReference reference) |
Modifier and Type | Method and Description |
---|---|
List<VDomainModelReferenceSegment> |
MappingDmrSegmentGenerator.generateSegments(VDomainModelReference reference) |
double |
MappingDmrSegmentGenerator.isApplicable(VDomainModelReference reference) |
Modifier and Type | Method and Description |
---|---|
List<VDomainModelReferenceSegment> |
TableDmrSegmentGenerator.generateSegments(VDomainModelReference reference) |
Set<UniqueSetting> |
EMFFormsMappingProviderMulti.getMappingFor(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject domainObject) |
org.eclipse.emf.ecore.EClass |
TableDmrToRootEClassConverter.getRootEClass(VDomainModelReference dmr) |
double |
TableDmrSegmentGenerator.isApplicable(VDomainModelReference reference) |
double |
TableDmrToRootEClassConverter.isApplicable(VDomainModelReference dmr) |
double |
EMFFormsMappingProviderMulti.isApplicable(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject domainObject) |
Modifier and Type | Method and Description |
---|---|
boolean |
EMFFormsStructuralChangeTesterImpl.isStructureChanged(VDomainModelReference reference,
org.eclipse.emf.ecore.EObject domainRootObject,
ModelChangeNotification notification) |
Modifier and Type | Method and Description |
---|---|
double |
StructuralChangeTesterDefault.isApplicable(VDomainModelReference reference)
Returns a double that expresses if and how suitable this tester is for the given
VDomainModelReference . |
boolean |
StructuralChangeTesterDefault.isStructureChanged(VDomainModelReference reference,
org.eclipse.emf.ecore.EObject domainRootObject,
ModelChangeNotification notification)
Checks whether the domain structure of the given
VDomainModelReference has changed for the changes
indicated by the given ModelChangeNotification . |
Modifier and Type | Method and Description |
---|---|
double |
StructuralChangeTesterIndex.isApplicable(VDomainModelReference reference)
Returns a double that expresses if and how suitable this tester is for the given
VDomainModelReference . |
boolean |
StructuralChangeTesterIndex.isStructureChanged(VDomainModelReference reference,
org.eclipse.emf.ecore.EObject domainRootObject,
ModelChangeNotification notification)
Checks whether the domain structure of the given
VDomainModelReference has changed for the changes
indicated by the given ModelChangeNotification . |
Modifier and Type | Method and Description |
---|---|
double |
StructuralChangeTesterKeyAttribute.isApplicable(VDomainModelReference reference)
Returns a double that expresses if and how suitable this tester is for the given
VDomainModelReference . |
boolean |
StructuralChangeTesterKeyAttribute.isStructureChanged(VDomainModelReference reference,
org.eclipse.emf.ecore.EObject domainRootObject,
ModelChangeNotification notification)
Checks whether the domain structure of the given
VDomainModelReference has changed for the changes
indicated by the given ModelChangeNotification . |
Modifier and Type | Method and Description |
---|---|
double |
StructuralChangeTesterMapping.isApplicable(VDomainModelReference reference)
Returns a double that expresses if and how suitable this tester is for the given
VDomainModelReference . |
boolean |
StructuralChangeTesterMapping.isStructureChanged(VDomainModelReference reference,
org.eclipse.emf.ecore.EObject domainRootObject,
ModelChangeNotification notification)
Checks whether the domain structure of the given
VDomainModelReference has changed for the changes
indicated by the given ModelChangeNotification . |
Modifier and Type | Method and Description |
---|---|
double |
StructuralChangeTesterTable.isApplicable(VDomainModelReference reference)
Returns a double that expresses if and how suitable this tester is for the given
VDomainModelReference . |
boolean |
StructuralChangeTesterTable.isStructureChanged(VDomainModelReference reference,
org.eclipse.emf.ecore.EObject domainRootObject,
ModelChangeNotification notification)
Checks whether the domain structure of the given
VDomainModelReference has changed for the changes
indicated by the given ModelChangeNotification . |
Modifier and Type | Method and Description |
---|---|
EMFFormsSpreadsheetValueConverter |
EMFFormsSpreadsheetValueConverterRegistryImpl.getConverter(org.eclipse.emf.ecore.EObject domainObject,
VDomainModelReference dmr)
Returns a suitable
converter for the given arguments. |
double |
EMFFormsSpreadsheetMultiReferenceConverter.isApplicable(org.eclipse.emf.ecore.EObject domainObject,
VDomainModelReference dmr) |
double |
EMFFormsSpreadsheetSingleReferenceConverter.isApplicable(org.eclipse.emf.ecore.EObject domainObject,
VDomainModelReference dmr) |
double |
EMFFormsSpreadsheetMultiAttributeConverter.isApplicable(org.eclipse.emf.ecore.EObject domainObject,
VDomainModelReference dmr) |
double |
EMFFormsSpreadsheetSingleAttributeConverter.isApplicable(org.eclipse.emf.ecore.EObject domainObject,
VDomainModelReference dmr) |
Constructor and Description |
---|
DMRCellLabelProvider(VDomainModelReference dmr)
Constructs a new
DMRCellLabelProvider . |
DMRCellLabelProvider(VDomainModelReference dmr,
EMFFormsDatabinding databindingService)
Constructs a new
DMRCellLabelProvider . |
DMREditingSupport(org.eclipse.jface.viewers.ColumnViewer columnViewer,
org.eclipse.jface.viewers.CellEditor cellEditor,
VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject parent)
Constructs a new
DMREditingSupport . |
Modifier and Type | Method and Description |
---|---|
protected VDomainModelReference |
AbstractMultiSegmentChildDmrStrategyProviderTest.getParentDmr() |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractMultiSegmentChildDmrStrategyProviderTest.setParentDmr(VDomainModelReference parentDmr) |
Modifier and Type | Method and Description |
---|---|
org.eclipse.core.databinding.property.list.IListProperty |
DomainModelReferenceConverter.convertToListProperty(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject object)
Converts a
VDomainModelReference to an IListProperty . |
org.eclipse.core.databinding.property.value.IValueProperty |
DomainModelReferenceConverter.convertToValueProperty(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject object)
Converts a
VDomainModelReference to a IValueProperty . |
org.eclipse.core.databinding.property.list.IListProperty |
EMFFormsDatabinding.getListProperty(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject object)
Returns an
IListProperty described by the given VDomainModelReference . |
org.eclipse.core.databinding.observable.list.IObservableList |
EMFFormsDatabinding.getObservableList(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject object)
Returns an
IObservableList by observing the list described by the given VDomainModelReference of
the given EObject . |
org.eclipse.core.databinding.observable.value.IObservableValue |
EMFFormsDatabinding.getObservableValue(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject object)
Returns an
IObservableValue by observing the value described by the given VDomainModelReference
of the given EObject . |
org.eclipse.core.databinding.property.value.IValueProperty |
EMFFormsDatabinding.getValueProperty(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject object)
Returns an
IValueProperty described by the given VDomainModelReference . |
double |
DomainModelReferenceConverter.isApplicable(VDomainModelReference domainModelReference)
Checks whether the given
VDomainModelReference can be converted by this
DomainModelReferenceConverter to a IValueProperty . |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.databinding.IEMFListProperty |
DomainModelReferenceConverterEMF.convertToListProperty(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject object) |
org.eclipse.emf.databinding.IEMFValueProperty |
DomainModelReferenceConverterEMF.convertToValueProperty(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EClass rootEClass,
org.eclipse.emf.edit.domain.EditingDomain editingDomain)
|
org.eclipse.emf.databinding.IEMFValueProperty |
DomainModelReferenceConverterEMF.convertToValueProperty(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject object) |
org.eclipse.emf.databinding.IEMFListProperty |
EMFFormsDatabindingEMF.getListProperty(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject object) |
org.eclipse.core.databinding.observable.list.IObservableList |
EMFFormsDatabindingEMF.getObservableList(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject object) |
org.eclipse.core.databinding.observable.value.IObservableValue |
EMFFormsDatabindingEMF.getObservableValue(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject object) |
org.eclipse.emf.ecore.EStructuralFeature.Setting |
EMFFormsDatabindingEMF.getSetting(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject object)
Retrieve the Setting which is described by the provided
VDomainModelReference and the provided
EObject . |
org.eclipse.emf.ecore.EStructuralFeature.Setting |
DomainModelReferenceConverterEMF.getSetting(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject object)
Retrieve the Setting which is described by the provided
VDomainModelReference and the provided
EObject . |
org.eclipse.emf.databinding.IEMFValueProperty |
EMFFormsDatabindingEMF.getValueProperty(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EClass rootEClass)
Returns an
IValueProperty described by the given VDomainModelReference . |
org.eclipse.emf.databinding.IEMFValueProperty |
EMFFormsDatabindingEMF.getValueProperty(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EClass rootEClass,
org.eclipse.emf.edit.domain.EditingDomain editingDomain)
Returns an
IValueProperty described by the given VDomainModelReference and using the given
EditingDomain . |
org.eclipse.emf.databinding.IEMFValueProperty |
EMFFormsDatabindingEMF.getValueProperty(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject object) |
Modifier and Type | Method and Description |
---|---|
double |
EMFFormsDMRExpander.isApplicable(VDomainModelReference domainModelReference)
Returns how suitable this
EMFFormsDMRExpander is for the given VDomainModelReference . |
void |
EMFFormsDMRExpander.prepareDomainObject(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject domainObject)
Prepares a
domain object for the given VDomainModelReference . |
void |
EMFFormsDomainExpander.prepareDomainObject(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject domainObject)
Expands a
domain object for the given VDomainModelReference . |
Modifier and Type | Method and Description |
---|---|
boolean |
EMFFormsEditSupport.canSetProperty(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject rootObject)
Returns whether the property can be set.
|
Object |
EMFFormsEditSupport.getImage(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject rootObject,
Object element)
Returns the label image for the given element.
|
String |
EMFFormsEditSupport.getText(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject rootObject,
Object element)
Returns the label text for the given element.
|
boolean |
EMFFormsEditSupport.isMultiLine(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject rootObject)
Returns whether the property is multi line.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.core.databinding.observable.value.IObservableValue |
EMFFormsLabelProvider.getDescription(VDomainModelReference domainModelReference)
Deprecated.
This does not work with
domain model references using
segments . |
org.eclipse.core.databinding.observable.value.IObservableValue |
EMFFormsLabelProvider.getDescription(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EClass rootEClass)
Returns the description of the referenced domain object resolved for the given root
EClass . |
org.eclipse.core.databinding.observable.value.IObservableValue |
EMFFormsLabelProvider.getDescription(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject rootObject)
Returns the description of the referenced domain object resolved for the given root
EObject . |
org.eclipse.core.databinding.observable.value.IObservableValue |
EMFFormsLabelProvider.getDisplayName(VDomainModelReference domainModelReference)
Deprecated.
This does not work with
domain model references using
segments . |
org.eclipse.core.databinding.observable.value.IObservableValue |
EMFFormsLabelProvider.getDisplayName(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EClass rootEClass)
Returns the display name of the referenced domain object resolved for the given root
EClass . |
org.eclipse.core.databinding.observable.value.IObservableValue |
EMFFormsLabelProvider.getDisplayName(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject rootObject)
Returns the display name of the referenced domain object resolved for the given root
EObject . |
Modifier and Type | Method and Description |
---|---|
Set<UniqueSetting> |
EMFFormsMappingProviderManager.getAllSettingsFor(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject domainObject)
Retrieve all settings for a given domainModelReference and domain object.
|
Set<UniqueSetting> |
EMFFormsMappingProvider.getMappingFor(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject domainObject)
Returns the mapping of
UniqueSettings to their sets of VDomainModelReference for a
given VDomainModelReference and domain object . |
double |
EMFFormsMappingProvider.isApplicable(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject domainObject)
Returns a double indicating if and how well this
EMFFormsMappingProvider is applicable for the given
VDomainModelReference and domain object . |
Modifier and Type | Method and Description |
---|---|
List<VDomainModelReferenceSegment> |
EMFFormsSegmentGenerator.generateSegments(VDomainModelReference reference)
Takes a
VDomainModelReference and generates the list of equivalent DMR Segments . |
List<VDomainModelReferenceSegment> |
DmrSegmentGenerator.generateSegments(VDomainModelReference reference)
Takes a
VDomainModelReference and generates the list of equivalent DMR Segments . |
Optional<org.eclipse.emf.ecore.EClass> |
LegacyDmrToRootEClass.getRootEClass(VDomainModelReference dmr)
Determines the root
EClass of the given legacy domain model reference. |
org.eclipse.emf.ecore.EClass |
DmrToRootEClassConverter.getRootEClass(VDomainModelReference dmr)
Determines the root
EClass of the given legacy domain model reference. |
double |
DmrSegmentGenerator.isApplicable(VDomainModelReference reference)
Returns a double that expresses if and how suitable this tester is for the given
VDomainModelReference . |
double |
DmrToRootEClassConverter.isApplicable(VDomainModelReference dmr)
Returns a double that expresses if and how suitable this DmrToRootEClassConverter is for the given
VDomainModelReference . |
Modifier and Type | Method and Description |
---|---|
double |
StructuralChangeTesterInternal.isApplicable(VDomainModelReference reference)
Returns a double that expresses if and how suitable this tester is for the given
VDomainModelReference . |
boolean |
StructuralChangeTesterInternal.isStructureChanged(VDomainModelReference reference,
org.eclipse.emf.ecore.EObject domainRootObject,
ModelChangeNotification notification)
Checks whether the domain structure of the given
VDomainModelReference has changed for the changes
indicated by the given ModelChangeNotification . |
boolean |
EMFFormsStructuralChangeTester.isStructureChanged(VDomainModelReference reference,
org.eclipse.emf.ecore.EObject domainRootObject,
ModelChangeNotification notification)
Checks whether the domain structure of the given
VDomainModelReference has changed for the changes
indicated by the given ModelChangeNotification . |
Modifier and Type | Method and Description |
---|---|
void |
DmrToSegmentsMigrator.PreReplaceProcessor.process(VDomainModelReference legacyDmr,
VDomainModelReference segmentDmr)
Processes the legacy dmr, the segment dmr or any related EObject before the legacy dmr is
replaced with the segment dmr in the model.
|
Modifier and Type | Method and Description |
---|---|
EMFFormsSpreadsheetValueConverter |
EMFFormsSpreadsheetValueConverterRegistry.getConverter(org.eclipse.emf.ecore.EObject domainObject,
VDomainModelReference dmr)
Returns a suitable
converter for the given arguments. |
static org.eclipse.emf.ecore.EStructuralFeature |
EMFFormsSpreadsheetValueConverterHelper.getFeature(org.eclipse.emf.ecore.EObject domain,
VDomainModelReference domainModelReference,
EMFFormsDatabindingEMF databinding,
ReportService reportService)
Gets the feature from the domain model reference using the databinding service.
|
double |
EMFFormsSpreadsheetValueConverter.isApplicable(org.eclipse.emf.ecore.EObject domainObject,
VDomainModelReference dmr)
Returns whether this converter is applicable to convert the value for the given
domain model reference . |
Modifier and Type | Method and Description |
---|---|
VDomainModelReference |
DMRLocation.getDomainModelReference()
Returns the value of the 'Domain Model Reference' containment reference.
|
Modifier and Type | Method and Description |
---|---|
DMRLocation |
ErrorFactory.createDMRLocation(VDomainModelReference dmr)
Creates a new
DMRLocation . |
void |
DMRLocation.setDomainModelReference(VDomainModelReference value)
Sets the value of the '
Domain Model Reference ' containment reference. |
Modifier and Type | Field and Description |
---|---|
protected VDomainModelReference |
DMRLocationImpl.domainModelReference
The cached value of the '
Domain Model Reference ' containment
reference. |
Modifier and Type | Method and Description |
---|---|
VDomainModelReference |
DMRLocationImpl.getDomainModelReference() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
DMRLocationImpl.basicSetDomainModelReference(VDomainModelReference newDomainModelReference,
org.eclipse.emf.common.notify.NotificationChain msgs) |
DMRLocation |
ErrorFactoryImpl.createDMRLocation(VDomainModelReference dmr) |
void |
DMRLocationImpl.setDomainModelReference(VDomainModelReference newDomainModelReference) |
Modifier and Type | Method and Description |
---|---|
VDomainModelReference |
ReferenceObjectPair.getVDomainModelReference() |
Constructor and Description |
---|
ReferenceObjectPair(VDomainModelReference vReference,
org.eclipse.emf.ecore.EObject eObject)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static org.eclipse.jface.viewers.CellLabelProvider |
CellLabelProviderUtil.createCellLabelProvider(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject parent)
Creates a
CellLabelProvider . |
static EditingSupportCreator |
EditingSupportUtil.createEditingSupport(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject parent,
CellEditorCreator cellEditor)
Creates an editing support for the given DMR +
CellEditor . |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<VDomainModelReference> |
VMultiDomainModelReferenceSegment.getChildDomainModelReferences()
Returns the value of the 'Child Domain Model References' containment reference list.
|
Modifier and Type | Method and Description |
---|---|
static Optional<VMultiDomainModelReferenceSegment> |
MultiSegmentUtil.getMultiSegment(VDomainModelReference dmr)
Gets the last segment of the given
DMR and casts it to a
multi segment . |
Modifier and Type | Field and Description |
---|---|
protected org.eclipse.emf.common.util.EList<VDomainModelReference> |
VMultiDomainModelReferenceSegmentImpl.childDomainModelReferences
The cached value of the '
Child Domain Model References '
containment reference list. |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<VDomainModelReference> |
VMultiDomainModelReferenceSegmentImpl.getChildDomainModelReferences() |
Copyright © 2019. All rights reserved.