com.ibm.websphere.wim.model
Interface ChangeControl

All Superinterfaces:
Control, PropertyControl, SearchControl

public interface ChangeControl
extends SearchControl

A representation of the model object 'Change Control'.

The following features are supported:

See Also:
ModelPackage.getChangeControl()
Model:
extendedMetaData="name='ChangeControl' kind='elementOnly'"
Generated:

Method Summary
 CheckPointType createCheckPoint()
          This method will return a new CheckPointType object that is contained by this object.
 java.util.List getChangeTypes()
          Returns the value of the 'Change Types' attribute list.
 java.lang.String[] getChangeTypesAsArray()
          Returns the array value of the 'Change Types' attribute list.
 java.util.List getCheckPoint()
          Returns the value of the 'Check Point' containment reference list.
 CheckPointType[] getCheckPointAsArray()
          Returns the array value of the 'Check Point' containment reference list.
 
Methods inherited from interface com.ibm.websphere.wim.model.SearchControl
getCountLimit, getExpression, getSearchBases, getSearchLimit, getTimeLimit, isReturnSubType, isSetCountLimit, isSetReturnSubType, isSetSearchLimit, isSetTimeLimit, setCountLimit, setExpression, setReturnSubType, setSearchLimit, setTimeLimit, unsetCountLimit, unsetReturnSubType, unsetSearchLimit, unsetTimeLimit
 
Methods inherited from interface com.ibm.websphere.wim.model.PropertyControl
getContextProperties, getProperties
 

Method Detail

getCheckPoint

java.util.List getCheckPoint()
Returns the value of the 'Check Point' containment reference list. The list contents are of type CheckPointType.

If the meaning of the 'Check Point' containment reference list isn't clear, there really should be more of a description here...

See Also:
ModelPackage.getChangeControl_CheckPoint()
Model:
type="com.ibm.websphere.wim.model.CheckPointType" containment="true" extendedMetaData="kind='element' name='checkPoint' namespace='##targetNamespace'"
Generated:
Return:
the value of the 'Check Point' containment reference list.

getCheckPointAsArray

CheckPointType[] getCheckPointAsArray()
Returns the array value of the 'Check Point' containment reference list.

If the meaning of the 'Check Point' containment reference list isn't clear, there really should be more of a description here...

See Also:
ModelPackage.getChangeControl_CheckPoint()
Generated:
Return:
the array value of the 'Check Point' containment reference list.

createCheckPoint

CheckPointType createCheckPoint()
This method will return a new CheckPointType object that is contained by this object. This is equivalent to calling createDataObject("checkPoint").

Generated:
Return:
CheckPointType

getChangeTypes

java.util.List getChangeTypes()
Returns the value of the 'Change Types' attribute list. The list contents are of type String.

If the meaning of the 'Change Types' attribute list isn't clear, there really should be more of a description here...

See Also:
ModelPackage.getChangeControl_ChangeTypes()
Model:
type="java.lang.String" unique="false" dataType="org.eclipse.emf.ecore.xml.type.Token" extendedMetaData="kind='element' name='changeTypes' namespace='##targetNamespace'"
Generated:
Return:
the value of the 'Change Types' attribute list.

getChangeTypesAsArray

java.lang.String[] getChangeTypesAsArray()
Returns the array value of the 'Change Types' attribute list.

If the meaning of the 'Change Types' attribute list isn't clear, there really should be more of a description here...

See Also:
ModelPackage.getChangeControl_ChangeTypes()
Generated:
Return:
the array value of the 'Change Types' attribute list.