public class BoundDomainValueEnumeration extends ValueEnumeration
| Constructor and Description |
|---|
BoundDomainValueEnumeration(BoundDomain dom) |
| Modifier and Type | Method and Description |
|---|---|
void |
domainHasChanged()
This function is called to inform enumeration of the change of the domain
it enumerates over.
|
boolean |
hasMoreElements()
It checks if the value enumeration has more elements.
|
int |
nextElement()
It returns the next element in the enumeration.
|
public BoundDomainValueEnumeration(BoundDomain dom)
dom - It specifies the BoundDomain for which enumeration of values is performed.public boolean hasMoreElements()
ValueEnumerationhasMoreElements in class ValueEnumerationpublic int nextElement()
ValueEnumerationnextElement in class ValueEnumerationpublic void domainHasChanged()
ValueEnumerationdomainHasChanged in class ValueEnumerationCopyright © 2016. All rights reserved.