com.ibm.websphere.wim.model

Interface CheckPointType

    • Method Detail

      • getRepositoryId

        java.lang.String getRepositoryId()
        Returns the value of the 'Repository Id' attribute.

        If the meaning of the 'Repository Id' attribute isn't clear, there really should be more of a description here...

        See Also:
        setRepositoryId(String), ModelPackage.getCheckPointType_RepositoryId()
        Model:
        unique="false" dataType="org.eclipse.emf.ecore.xml.type.Token" required="true" extendedMetaData=kind='element' name='repositoryId' namespace='##targetNamespace'
        Generated:
        Return:
        the value of the 'Repository Id' attribute.
      • setRepositoryId

        void setRepositoryId(java.lang.String value)
        Sets the value of the 'Repository Id' attribute.
        Parameters:
        value - the new value of the 'Repository Id' attribute.
        See Also:
        getRepositoryId()
        Generated:
      • getRepositoryCheckPoint

        java.lang.String getRepositoryCheckPoint()
        Returns the value of the 'Repository Check Point' attribute.

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

        See Also:
        setRepositoryCheckPoint(String), ModelPackage.getCheckPointType_RepositoryCheckPoint()
        Model:
        unique="false" dataType="org.eclipse.emf.ecore.xml.type.Token" extendedMetaData=kind='element' name='repositoryCheckPoint' namespace='##targetNamespace'
        Generated:
        Return:
        the value of the 'Repository Check Point' attribute.
      • setRepositoryCheckPoint

        void setRepositoryCheckPoint(java.lang.String value)
        Sets the value of the 'Repository Check Point' attribute.
        Parameters:
        value - the new value of the 'Repository Check Point' attribute.
        See Also:
        getRepositoryCheckPoint()
        Generated: