Interface RequiredCharacterisation
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,EObject
,Notifier
,PCMBaseClass
,PCMClass
- All Known Implementing Classes:
RequiredCharacterisationImpl
A representation of the model object 'Required Characterisation'.
Specification of required variable characeterisations per parameter. Increases power of interfaces and lifts variable characterisations to the interface to enable extended interoperability checks.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Interface Required Characterisation' container reference.Returns the value of the 'Parameter' reference.getType()
Returns the value of the 'Type' attribute.void
Sets the value of the 'Interface Required Characterisation
' container reference.void
setParameter
(Parameter value) Sets the value of the 'Parameter
' reference.void
Sets the value of the 'Type
' attribute.Methods inherited from interface org.eclipse.emf.cdo.CDOObject
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
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
-
Field Details
-
copyright
- See Also:
- Generated class or method.
-
-
Method Details
-
getType
VariableCharacterisationType getType()Returns the value of the 'Type' attribute. The literals are from the enumerationVariableCharacterisationType
.- Returns:
- the value of the 'Type' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setType
Sets the value of the 'Type
' attribute.- Parameters:
value
- the new value of the 'Type' attribute.- See Also:
- Generated class or method.
-
getParameter
Parameter getParameter()Returns the value of the 'Parameter' reference.- Returns:
- the value of the 'Parameter' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setParameter
Sets the value of the 'Parameter
' reference.- Parameters:
value
- the new value of the 'Parameter' reference.- See Also:
- Generated class or method.
-
getInterface_RequiredCharacterisation
Interface getInterface_RequiredCharacterisation()Returns the value of the 'Interface Required Characterisation' container reference. It is bidirectional and its opposite is 'Required Characterisations
'.- Returns:
- the value of the 'Interface Required Characterisation' container reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- opposite="requiredCharacterisations" required="true" transient="false" ordered="false"
-
setInterface_RequiredCharacterisation
Sets the value of the 'Interface Required Characterisation
' container reference.- Parameters:
value
- the new value of the 'Interface Required Characterisation' container reference.- See Also:
- Generated class or method.
-