com.ibm.websphere.wim.model

Interface ChangeControl

    • 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.