public interface PropertyId
A representation of the model object 'Property Id'.
The following features are supported:
EqvtTemplatePackage.getPropertyId()
Method Summary | |
---|---|
java.lang.Boolean |
getIsOpposite()
Returns the value of the 'Is Opposite' attribute. |
org.eclipse.emf.ecore.EStructuralFeature |
getReferredProperty()
Returns the value of the 'Referred Property' reference. |
void |
setIsOpposite(java.lang.Boolean value)
Sets the value of the ' Is Opposite ' attribute. |
void |
setReferredProperty(org.eclipse.emf.ecore.EStructuralFeature value)
Sets the value of the ' Referred Property ' reference. |
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 |
Method Detail |
---|
java.lang.Boolean getIsOpposite()
If the meaning of the 'Is Opposite' attribute isn't clear, there really should be more of a description here...
setIsOpposite(Boolean)
,
EqvtTemplatePackage.getPropertyId_IsOpposite()
void setIsOpposite(java.lang.Boolean value)
Is Opposite
' attribute.
value
- the new value of the 'Is Opposite' attribute.getIsOpposite()
org.eclipse.emf.ecore.EStructuralFeature getReferredProperty()
If the meaning of the 'Referred Property' reference isn't clear, there really should be more of a description here...
setReferredProperty(EStructuralFeature)
,
EqvtTemplatePackage.getPropertyId_ReferredProperty()
void setReferredProperty(org.eclipse.emf.ecore.EStructuralFeature value)
Referred Property
' reference.
value
- the new value of the 'Referred Property' reference.getReferredProperty()