Class Codes.Measure
java.lang.Object
overit.geocallapp.wfm.orchestrator.assets.Codes.Measure
- Enclosing class:
Codes
Codes for measures.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Codestatic final Codestatic final CodeError code indicating that updating the delta value is not allowed for the current measure mode.static final CodeError code indicating that the operation is not allowed for the current measuring element status.static final CodeError code indicating that measure properties cannot be modified during a status update operation.static final Codestatic final Codestatic final CodeError code indicating that the measure's current status does not allow the requested operation.static final Code -
Method Summary
-
Field Details
-
CATALOG_CODE_NOT_ALLOWED_FOR_GROUP
-
PROPERTY_NOT_ALLOWED
-
VALUE_CONSTRAINTS_NOT_RESPECTED
-
PROPERTY_NOT_ALLOWED_FOR_MEASURING_ELEMENT
-
STATUS_NOT_COMPLIANT_FOR_OPERATION
Error code indicating that the measure's current status does not allow the requested operation.Parameters:
- Operation name
- Required status
-
DELTA_VALUE_UPDATE_NOT_ALLOWED
Error code indicating that updating the delta value is not allowed for the current measure mode.Parameters:
- Measure mode
-
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
Error code indicating that the operation is not allowed for the current measuring element status.Parameters:
- Current measuring element status
-
CONSTRAINT_VALUE_NOT_RESPECTED
-