Interface IBaselinedEntity

  • All Superinterfaces:
    com4j.Com4jObject

    public interface IBaselinedEntity
    extends com4j.Com4jObject
    For HP use. Represents an entity that participate in baselines
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      IList baselines()
      A list of IBaseline objects in which the entity participated.
      java.lang.Object baselines​(int index)  
      • Methods inherited from interface com4j.Com4jObject

        advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
    • Method Detail

      • baselines

        IList baselines()

        A list of IBaseline objects in which the entity participated.

        Getter method for the COM property "Baselines"

        Returns:
        Returns a value of type otaclient.IList
      • baselines

        java.lang.Object baselines​(int index)