Interface multiselect
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
multiselectImpl
public interface multiselect
extends org.eclipse.emf.ecore.EObject
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetGen()Returns the value of the 'Gen' containment reference.getUser()Returns the value of the 'User' containment reference.voidsetGen(genericMultiselect value) Sets the value of the 'Gen' containment reference.voidsetUser(userMultiselect value) Sets the value of the 'User' containment reference.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getGen
genericMultiselect getGen()Returns the value of the 'Gen' containment reference.- Returns:
- the value of the 'Gen' containment reference.
- See Also:
-
setGen
Sets the value of the 'Gen' containment reference.- Parameters:
value- the new value of the 'Gen' containment reference.- See Also:
-
getUser
userMultiselect getUser()Returns the value of the 'User' containment reference.- Returns:
- the value of the 'User' containment reference.
- See Also:
-
setUser
Sets the value of the 'User' containment reference.- Parameters:
value- the new value of the 'User' containment reference.- See Also:
-