Class RequirementType.Id

java.lang.Object
com.aquima.interactions.matching.RequirementType.Id
Enclosing class:
RequirementType

public static final class RequirementType.Id extends Object
This class defines the numeric ID's of the various requirement types.
Since:
6.2
Author:
O. Kerpershoek, F. van der Meer
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    This member defines the numeric ID of the BOTH requirement type.
    static final int
    This member defines the numeric ID of the CASE requirement type.
    static final int
    This member defines the numeric ID of the EITHER requirement type.
    static final int
    This member defines the numeric ID of the PROFILE requirement type.
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • PROFILE_ID

      public static final int PROFILE_ID
      This member defines the numeric ID of the PROFILE requirement type.
      See Also:
    • CASE_ID

      public static final int CASE_ID
      This member defines the numeric ID of the CASE requirement type.
      See Also:
    • BOTH_ID

      public static final int BOTH_ID
      This member defines the numeric ID of the BOTH requirement type.
      See Also:
    • EITHER_ID

      public static final int EITHER_ID
      This member defines the numeric ID of the EITHER requirement type.
      See Also: