Interface IBaseline

    • Method Detail

      • name

        String name()

        The baseline's name

        Getter method for the COM property "Name"

        Returns:
        Returns a value of type java.lang.String
      • name

        void name​(String pVal)

        The baseline's name

        Setter method for the COM property "Name"

        Parameters:
        pVal - Mandatory java.lang.String parameter.
      • description

        String description()

        The baseline's description.

        Getter method for the COM property "Description"

        Returns:
        Returns a value of type java.lang.String
      • description

        void description​(String pVal)

        The baseline's description.

        Setter method for the COM property "Description"

        Parameters:
        pVal - Mandatory java.lang.String parameter.
      • parent

        com4j.Com4jObject parent()

        The baseline's parent library

        Getter method for the COM property "Parent"

        Returns:
        Returns a value of type com4j.Com4jObject
      • creatorUser

        String creatorUser()

        The user name of the baseline creator or importer.

        Getter method for the COM property "CreatorUser"

        Returns:
        Returns a value of type java.lang.String
      • creationDate

        Date creationDate()

        The Date at which the baseline was created

        Getter method for the COM property "CreationDate"

        Returns:
        Returns a value of type java.util.Date
      • captureState

        int captureState()

        CaptureState (The Baseline capturing state, one of TDAPI_BASELINE_CAPTURING_STATE)

        Getter method for the COM property "CaptureState"

        Returns:
        Returns a value of type int
      • capture

        void capture()

        Captures a baseline. Error if baseline state is not BASELINE_CAPTURING_STATE_NONE or BASELINE_CAPTURING_STATE_FAIL

      • captureAsync

        int captureAsync()

        Captures a baseline. Error if baseline state is not BASELINE_CAPTURING_STATE_NONE or BASELINE_CAPTURING_STATE_FAIL

        Returns:
        Returns a value of type int
      • baselineRootFactory

        com4j.Com4jObject baselineRootFactory()

        The baseline roots factory of this baseline.

        Getter method for the COM property "BaselineRootFactory"

        Returns:
        Returns a value of type com4j.Com4jObject