org.eclipse.gmt.umlx.eqvttemplate
Interface PropertyId

All Superinterfaces:
org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
PropertyTemplateItem

public interface PropertyId
extends org.eclipse.emf.ecore.EModelElement

A representation of the model object 'Property Id'.

The following features are supported:

See Also:
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

getIsOpposite

java.lang.Boolean getIsOpposite()
Returns the value of the 'Is Opposite' attribute.

If the meaning of the 'Is Opposite' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Is Opposite' attribute.
See Also:
setIsOpposite(Boolean), EqvtTemplatePackage.getPropertyId_IsOpposite()

setIsOpposite

void setIsOpposite(java.lang.Boolean value)
Sets the value of the 'Is Opposite' attribute.

Parameters:
value - the new value of the 'Is Opposite' attribute.
See Also:
getIsOpposite()

getReferredProperty

org.eclipse.emf.ecore.EStructuralFeature getReferredProperty()
Returns the value of the 'Referred Property' reference.

If the meaning of the 'Referred Property' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Referred Property' reference.
See Also:
setReferredProperty(EStructuralFeature), EqvtTemplatePackage.getPropertyId_ReferredProperty()

setReferredProperty

void setReferredProperty(org.eclipse.emf.ecore.EStructuralFeature value)
Sets the value of the 'Referred Property' reference.

Parameters:
value - the new value of the 'Referred Property' reference.
See Also:
getReferredProperty()