Class Codes.Measure

java.lang.Object
overit.geocallapp.wfm.orchestrator.assets.Codes.Measure
Enclosing class:
Codes

public static class Codes.Measure extends Object
Codes for measures.
  • Field Details

    • CATALOG_CODE_NOT_ALLOWED_FOR_GROUP

      public static final Code CATALOG_CODE_NOT_ALLOWED_FOR_GROUP
    • PROPERTY_NOT_ALLOWED

      public static final Code PROPERTY_NOT_ALLOWED
    • VALUE_CONSTRAINTS_NOT_RESPECTED

      public static final Code VALUE_CONSTRAINTS_NOT_RESPECTED
    • PROPERTY_NOT_ALLOWED_FOR_MEASURING_ELEMENT

      public static final Code PROPERTY_NOT_ALLOWED_FOR_MEASURING_ELEMENT
    • STATUS_NOT_COMPLIANT_FOR_OPERATION

      public static final Code STATUS_NOT_COMPLIANT_FOR_OPERATION
      Error code indicating that the measure's current status does not allow the requested operation.

      Parameters:

      1. Operation name
      2. Required status
    • DELTA_VALUE_UPDATE_NOT_ALLOWED

      public static final Code DELTA_VALUE_UPDATE_NOT_ALLOWED
      Error code indicating that updating the delta value is not allowed for the current measure mode.

      Parameters:

      1. Measure mode
    • MEASURE_CHANGES_NOT_ALLOWED_FOR_STATUS_UPDATE

      public static final Code MEASURE_CHANGES_NOT_ALLOWED_FOR_STATUS_UPDATE
      Error code indicating that measure properties cannot be modified during a status update operation.

      No parameters.

    • INVALID_OPERATION_FOR_STATUS

      public static final Code INVALID_OPERATION_FOR_STATUS
      Error code indicating that the operation is not allowed for the current measuring element status.

      Parameters:

      1. Current measuring element status
    • CONSTRAINT_VALUE_NOT_RESPECTED

      public static final Code CONSTRAINT_VALUE_NOT_RESPECTED