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.EObjectA representation of the model object 'Fake Reference'.The following features are supported:
- See Also:
BslPackage.getFakeReference()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MethodgetMethod()Returns the value of the 'Method' reference.PropertygetProperty()Returns the value of the 'Property' reference.voidsetMethod(Method value)Sets the value of the 'Method' reference.voidsetProperty(Property value)Sets the value of the 'Property' reference.
-
-
-
Method Detail
-
getProperty
Property getProperty()
Returns the value of the 'Property' reference.- Returns:
- the value of the 'Property' reference.
- See Also:
setProperty(Property),BslPackage.getFakeReference_Property()
-
setProperty
void setProperty(Property value)
Sets the value of the 'Property' reference.- Parameters:
value- the new value of the 'Property' reference.- See Also:
getProperty()
-
getMethod
Method getMethod()
Returns the value of the 'Method' reference.- Returns:
- the value of the 'Method' reference.
- See Also:
setMethod(Method),BslPackage.getFakeReference_Method()
-
setMethod
void setMethod(Method value)
Sets the value of the 'Method' reference.- Parameters:
value- the new value of the 'Method' reference.- See Also:
getMethod()
-
-