Interface Tuple<F,S>
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
TupleImpl
public interface Tuple<F,S>
extends org.eclipse.emf.ecore.EObject
- See Also:
- Generated:
- Model:
-
Method Summary
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
-
getFirst
F getFirst()Returns the value of the 'First' reference.- Returns:
- the value of the 'First' reference.
- See Also:
- Generated:
- Model:
- kind="reference"
-
setFirst
Sets the value of the 'First' reference.- Parameters:
value- the new value of the 'First' reference.- See Also:
- Generated:
-
getSecond
S getSecond()Returns the value of the 'Second' reference.- Returns:
- the value of the 'Second' reference.
- See Also:
- Generated:
- Model:
- kind="reference"
-
setSecond
Sets the value of the 'Second' reference.- Parameters:
value- the new value of the 'Second' reference.- See Also:
- Generated:
-
equals
-
hashCode
int hashCode()
-