Interface IReqType

  • All Superinterfaces:
    com4j.Com4jObject

    public interface IReqType
    extends com4j.Com4jObject
    Represents a Requirement Type.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String editingControl()
      The editing control CLSID for COM or the fully qualified assembly name for .NET.
      boolean hasDirectCoverage()
      Indicates if this requirement type supports direct coverage by tests or test instances.
      IStream icon()
      The bitmap stream representing this type.
      int id()
      The CustomizationType ID.
      String name()
      The CustomizationType name.
      String prefix()
      For HP use.
      int riskAnalysisType()
      The type of risk analysis that is applicable to this requirement.
      • Methods inherited from interface com4j.Com4jObject

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

      • id

        int id()

        The CustomizationType ID.

        Getter method for the COM property "ID"

        Returns:
        Returns a value of type int
      • name

        String name()

        The CustomizationType name.

        Getter method for the COM property "Name"

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

        IStream icon()

        The bitmap stream representing this type.

        Getter method for the COM property "Icon"

        Returns:
        Returns a value of type otaclient.IStream
      • editingControl

        String editingControl()

        The editing control CLSID for COM or the fully qualified assembly name for .NET.

        Getter method for the COM property "EditingControl"

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

        boolean hasDirectCoverage()

        Indicates if this requirement type supports direct coverage by tests or test instances.

        Getter method for the COM property "HasDirectCoverage"

        Returns:
        Returns a value of type boolean
      • riskAnalysisType

        int riskAnalysisType()

        The type of risk analysis that is applicable to this requirement.

        Getter method for the COM property "RiskAnalysisType"

        Returns:
        Returns a value of type int
      • prefix

        String prefix()

        For HP use. The recommended prefix for entities of this type.

        Getter method for the COM property "Prefix"

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