com.ibm.websphere.sibx.smobo
Interface FanOutContextType
- public interface FanOutContextType
The following features are supported:
Field Summary
Modifier and Type | Field and Description |
---|---|
|
$sccsid
|
|
COPYRIGHT
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getIteration()
Returns the value of the 'Iteration' attribute
|
|
getOccurrence()
Returns the value of the 'Occurrence' containment reference
|
|
setIteration(java.math.BigInteger value)
Sets the value of the '
Iteration ' attribute
|
|
setOccurrence(java.lang.Object value)
Sets the value of the '
Occurrence ' containment reference
|
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
See Also:
$sccsid
- static final java.lang.String $sccsid
See Also:
Method Detail
getIteration
- java.math.BigInteger getIteration( )
Returns the value of the 'Iteration' attribute.
setIteration
- void setIteration(java.math.BigInteger value)
Sets the value of the '
Iteration
' attribute.
getOccurrence
- java.lang.Object getOccurrence( )
Returns the value of the 'Occurrence' containment reference.
setOccurrence
- void setOccurrence(java.lang.Object value)
Sets the value of the '
Occurrence
' containment reference.
Parameters:
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. See Also: