OperatorPropertiesKeys

public enum OperatorPropertiesKeys : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case value = "VALUE"
  • Undocumented

    Declaration

    Swift

    case values = "VALUES"
  • Undocumented

    Declaration

    Swift

    case dataType = "DATA_TYPE"
  • Undocumented

    Declaration

    Swift

    case upperBound = "UPPER_BOUND"
  • Undocumented

    Declaration

    Swift

    case lowerBound = "LOWER_BOUND"
  • Undocumented

    Declaration

    Swift

    case sourceDataType = "SOURCE_DATA_TYPE"
  • Undocumented

    Declaration

    Swift

    case destinationDataType = "DESTINATION_DATA_TYPE"
  • Undocumented

    Declaration

    Swift

    case validationAction = "VALIDATION_ACTION"
  • Undocumented

    Declaration

    Swift

    case maskValue = "MASK_VALUE"
  • Undocumented

    Declaration

    Swift

    case maskLength = "MASK_LENGTH"
  • Undocumented

    Declaration

    Swift

    case truncateLength = "TRUNCATE_LENGTH"
  • Undocumented

    Declaration

    Swift

    case mathOperationFieldsOrder = "MATH_OPERATION_FIELDS_ORDER"
  • Undocumented

    Declaration

    Swift

    case concatFormat = "CONCAT_FORMAT"
  • Undocumented

    Declaration

    Swift

    case subfieldCategoryMap = "SUBFIELD_CATEGORY_MAP"
  • Declaration

    Swift

    public var description: String { get }