Library | Module

Enum EpfcParameterLimitType

Description

This enumerated type lists the possible parameter limits.




Values

EpfcPARAMLIMIT_LESS_THAN
The parameter is required to be less than the indicated value.

EpfcPARAMLIMIT_LESS_THAN_OR_EQUAL
The parameter is required to be less than or equal to the indicated value.

EpfcPARAMLIMIT_GREATER_THAN
The parameter is required to be greater than the indicated value.

EpfcPARAMLIMIT_GREATER_THAN_OR_EQUAL
The parameter is required to be greater than or equal to the indicated value.

EpfcPARAMLIMIT_UNLIMITED
The parameter is required to have an unlimited value.

EpfcParameterLimitType_nil
Use this enumerated value to represent "null" passed to optional properties or method arguments.