Package com._1c.g5.v8.dt.mcore
Interface IrresolvableReferenceValue
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
,Value
- All Known Implementing Classes:
IrresolvableReferenceValueImpl
A representation of the model object 'Irresolvable Reference Value'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Instance Id' attribute.Returns the value of the 'Ref Type Id' attribute.void
setInstanceId
(UUID value) Sets the value of the 'Instance Id
' attribute.void
setRefTypeId
(UUID value) Sets the value of the 'Ref Type Id
' attribute.boolean
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
-
getRefTypeId
UUID getRefTypeId()Returns the value of the 'Ref Type Id' attribute.- Returns:
- the value of the 'Ref Type Id' attribute.
- See Also:
-
setRefTypeId
Sets the value of the 'Ref Type Id
' attribute.- Parameters:
value
- the new value of the 'Ref Type Id' attribute.- See Also:
-
getInstanceId
UUID getInstanceId()Returns the value of the 'Instance Id' attribute.- Returns:
- the value of the 'Instance Id' attribute.
- See Also:
-
setInstanceId
Sets the value of the 'Instance Id
' attribute.- Parameters:
value
- the new value of the 'Instance Id' attribute.- See Also:
-
validate
boolean validate(org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context)
-