Package com._1c.g5.v8.dt.bsl.model
Interface FakeReference
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
FakeReferenceImpl
public interface FakeReference
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Fake Reference'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Method' reference.Returns the value of the 'Property' reference.void
Sets the value of the 'Method
' reference.void
setProperty
(Property value) Sets the value of the 'Property
' reference.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getProperty
Property getProperty()Returns the value of the 'Property' reference.- Returns:
- the value of the 'Property' reference.
- See Also:
-
setProperty
Sets the value of the 'Property
' reference.- Parameters:
value
- the new value of the 'Property' reference.- See Also:
-
getMethod
Method getMethod()Returns the value of the 'Method' reference.- Returns:
- the value of the 'Method' reference.
- See Also:
-
setMethod
Sets the value of the 'Method
' reference.- Parameters:
value
- the new value of the 'Method' reference.- See Also:
-