public interface DomainModelReferenceConverterEMF extends DomainModelReferenceConverter
DomainModelReferenceConverterNOT_APPLICABLE| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.databinding.IEMFListProperty |
convertToListProperty(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject object)
Converts a
VDomainModelReference to an IListProperty. |
org.eclipse.emf.databinding.IEMFValueProperty |
convertToValueProperty(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject object)
Converts a
VDomainModelReference to a IValueProperty. |
org.eclipse.emf.ecore.EStructuralFeature.Setting |
getSetting(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject object)
Retrieve the Setting which is described by the provided
VDomainModelReference and the provided
EObject. |
isApplicableorg.eclipse.emf.databinding.IEMFValueProperty convertToValueProperty(VDomainModelReference domainModelReference, org.eclipse.emf.ecore.EObject object) throws DatabindingFailedException
VDomainModelReference to a IValueProperty.convertToValueProperty in interface DomainModelReferenceConverterdomainModelReference - The VDomainModelReference that will be converted to a IValuePropertyobject - The root object of the rendered formIValueProperty, does not return null.DatabindingFailedException - if no value property could be created due to an invalid
VDomainModelReference.DomainModelReferenceConverter.convertToValueProperty(org.eclipse.emf.ecp.view.spi.model.VDomainModelReference,
org.eclipse.emf.ecore.EObject)org.eclipse.emf.databinding.IEMFListProperty convertToListProperty(VDomainModelReference domainModelReference, org.eclipse.emf.ecore.EObject object) throws DatabindingFailedException
VDomainModelReference to an IListProperty.convertToListProperty in interface DomainModelReferenceConverterdomainModelReference - The VDomainModelReference that will be converted to an IListPropertyobject - The root object of the rendered formIListProperty, does not return null.DatabindingFailedException - if no value property could be created due to an invalid
VDomainModelReference.DomainModelReferenceConverter.convertToListProperty(org.eclipse.emf.ecp.view.spi.model.VDomainModelReference,
org.eclipse.emf.ecore.EObject)org.eclipse.emf.ecore.EStructuralFeature.Setting getSetting(VDomainModelReference domainModelReference, org.eclipse.emf.ecore.EObject object) throws DatabindingFailedException
VDomainModelReference and the provided
EObject.domainModelReference - The VDomainModelReference to use to retrieve the settingobject - The EObject to use to retrieve the settingVDomainModelReferenceDatabindingFailedException - if the databinding could not be executed successfully.Copyright © 2018. All rights reserved.