Interface RandomNumberGeneratorSeed
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,EObject
,Notifier
- All Known Implementing Classes:
RandomNumberGeneratorSeedImpl
public interface RandomNumberGeneratorSeed
extends org.eclipse.emf.cdo.CDOObject
A representation of the model object ' Random Number Generator
Seed'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
getSeed0()
Returns the value of the 'Seed0' attribute.int
getSeed1()
Returns the value of the 'Seed1' attribute.int
getSeed2()
Returns the value of the 'Seed2' attribute.int
getSeed3()
Returns the value of the 'Seed3' attribute.int
getSeed4()
Returns the value of the 'Seed4' attribute.int
getSeed5()
Returns the value of the 'Seed5' attribute.void
setSeed0
(int value) Sets the value of the 'Seed0
' attribute.void
setSeed1
(int value) Sets the value of the 'Seed1
' attribute.void
setSeed2
(int value) Sets the value of the 'Seed2
' attribute.void
setSeed3
(int value) Sets the value of the 'Seed3
' attribute.void
setSeed4
(int value) Sets the value of the 'Seed4
' attribute.void
setSeed5
(int value) Sets the value of the 'Seed5
' 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
-
getSeed0
int getSeed0()Returns the value of the 'Seed0' attribute.If the meaning of the 'Seed0' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Seed0' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setSeed0
void setSeed0(int value) Sets the value of the 'Seed0
' attribute.- Parameters:
value
- the new value of the 'Seed0' attribute.- See Also:
- Generated class or method.
-
getSeed1
int getSeed1()Returns the value of the 'Seed1' attribute.If the meaning of the 'Seed1' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Seed1' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setSeed1
void setSeed1(int value) Sets the value of the 'Seed1
' attribute.- Parameters:
value
- the new value of the 'Seed1' attribute.- See Also:
- Generated class or method.
-
getSeed2
int getSeed2()Returns the value of the 'Seed2' attribute.If the meaning of the 'Seed2' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Seed2' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setSeed2
void setSeed2(int value) Sets the value of the 'Seed2
' attribute.- Parameters:
value
- the new value of the 'Seed2' attribute.- See Also:
- Generated class or method.
-
getSeed3
int getSeed3()Returns the value of the 'Seed3' attribute.If the meaning of the 'Seed3' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Seed3' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setSeed3
void setSeed3(int value) Sets the value of the 'Seed3
' attribute.- Parameters:
value
- the new value of the 'Seed3' attribute.- See Also:
- Generated class or method.
-
getSeed4
int getSeed4()Returns the value of the 'Seed4' attribute.If the meaning of the 'Seed4' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Seed4' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setSeed4
void setSeed4(int value) Sets the value of the 'Seed4
' attribute.- Parameters:
value
- the new value of the 'Seed4' attribute.- See Also:
- Generated class or method.
-
getSeed5
int getSeed5()Returns the value of the 'Seed5' attribute.If the meaning of the 'Seed5' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Seed5' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setSeed5
void setSeed5(int value) Sets the value of the 'Seed5
' attribute.- Parameters:
value
- the new value of the 'Seed5' attribute.- See Also:
- Generated class or method.
-