public interface FanOutContextType
The following features are supported:
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
$sccsid |
static java.lang.String |
COPYRIGHT |
Modifier and Type | Method and Description |
---|---|
java.math.BigInteger |
getIteration()
Returns the value of the 'Iteration' attribute
|
java.lang.Object |
getOccurrence()
Returns the value of the 'Occurrence' containment reference
|
void |
setIteration(java.math.BigInteger value)
Sets the value of the '
Iteration ' attribute |
void |
setOccurrence(java.lang.Object value)
Sets the value of the '
Occurrence ' containment reference |
static final java.lang.String COPYRIGHT
static final java.lang.String $sccsid
java.math.BigInteger getIteration()
setIteration(BigInteger)
void setIteration(java.math.BigInteger value)
Iteration
' attribute.
value
- the new value of the 'Iteration' attribute.getIteration()
java.lang.Object getOccurrence()
setOccurrence(Object)
void setOccurrence(java.lang.Object value)
Occurrence
' containment reference.
value
- the new value of the 'Occurrence' containment reference. Note that
this must be a commonj.sdo.DataObject rather than a simple java.lang.Object.getOccurrence()