Files
dart-core-sdk/lib/slotbooking.pbenum.dart
2025-04-28 11:35:10 +00:00

119 lines
6.4 KiB
Dart

//
// Generated code. Do not modify.
// source: slotbooking.proto
//
// @dart = 3.3
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
// ignore_for_file: constant_identifier_names, library_prefixes
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
import 'dart:core' as $core;
import 'package:protobuf/protobuf.dart' as $pb;
class AppointmentType extends $pb.ProtobufEnum {
static const AppointmentType APPOINTMENTTYPE_UNKNOWN = AppointmentType._(0, _omitEnumNames ? '' : 'APPOINTMENTTYPE_UNKNOWN');
static const AppointmentType APPOINTMENTTYPE_EXPEDITION = AppointmentType._(1, _omitEnumNames ? '' : 'APPOINTMENTTYPE_EXPEDITION');
static const AppointmentType APPOINTMENTTYPE_RECEPTION = AppointmentType._(2, _omitEnumNames ? '' : 'APPOINTMENTTYPE_RECEPTION');
static const AppointmentType APPOINTMENTTYPE_UNDEFINED = AppointmentType._(3, _omitEnumNames ? '' : 'APPOINTMENTTYPE_UNDEFINED');
static const AppointmentType APPOINTMENTTYPE_BOTH = AppointmentType._(4, _omitEnumNames ? '' : 'APPOINTMENTTYPE_BOTH');
static const $core.List<AppointmentType> values = <AppointmentType> [
APPOINTMENTTYPE_UNKNOWN,
APPOINTMENTTYPE_EXPEDITION,
APPOINTMENTTYPE_RECEPTION,
APPOINTMENTTYPE_UNDEFINED,
APPOINTMENTTYPE_BOTH,
];
static final $core.Map<$core.int, AppointmentType> _byValue = $pb.ProtobufEnum.initByValue(values);
static AppointmentType? valueOf($core.int value) => _byValue[value];
const AppointmentType._(super.v, super.n);
}
class PeriodUnit extends $pb.ProtobufEnum {
static const PeriodUnit PERIODUNIT_UNDEFINED = PeriodUnit._(0, _omitEnumNames ? '' : 'PERIODUNIT_UNDEFINED');
static const PeriodUnit PERIODUNIT_WORK_HOUR = PeriodUnit._(1, _omitEnumNames ? '' : 'PERIODUNIT_WORK_HOUR');
static const PeriodUnit PERIODUNIT_WORK_DAY = PeriodUnit._(2, _omitEnumNames ? '' : 'PERIODUNIT_WORK_DAY');
static const PeriodUnit PERIODUNIT_CALENDAR_DAY = PeriodUnit._(3, _omitEnumNames ? '' : 'PERIODUNIT_CALENDAR_DAY');
static const $core.List<PeriodUnit> values = <PeriodUnit> [
PERIODUNIT_UNDEFINED,
PERIODUNIT_WORK_HOUR,
PERIODUNIT_WORK_DAY,
PERIODUNIT_CALENDAR_DAY,
];
static final $core.Map<$core.int, PeriodUnit> _byValue = $pb.ProtobufEnum.initByValue(values);
static PeriodUnit? valueOf($core.int value) => _byValue[value];
const PeriodUnit._(super.v, super.n);
}
class CapacityRuleScope extends $pb.ProtobufEnum {
static const CapacityRuleScope CAPACITY_RULE_SCOPE_UNKNOWN = CapacityRuleScope._(0, _omitEnumNames ? '' : 'CAPACITY_RULE_SCOPE_UNKNOWN');
static const CapacityRuleScope CAPACITY_RULE_SCOPE_SIMULTANEOUS = CapacityRuleScope._(1, _omitEnumNames ? '' : 'CAPACITY_RULE_SCOPE_SIMULTANEOUS');
static const CapacityRuleScope CAPACITY_RULE_SCOPE_DAILY = CapacityRuleScope._(2, _omitEnumNames ? '' : 'CAPACITY_RULE_SCOPE_DAILY');
static const $core.List<CapacityRuleScope> values = <CapacityRuleScope> [
CAPACITY_RULE_SCOPE_UNKNOWN,
CAPACITY_RULE_SCOPE_SIMULTANEOUS,
CAPACITY_RULE_SCOPE_DAILY,
];
static final $core.Map<$core.int, CapacityRuleScope> _byValue = $pb.ProtobufEnum.initByValue(values);
static CapacityRuleScope? valueOf($core.int value) => _byValue[value];
const CapacityRuleScope._(super.v, super.n);
}
class CarrierInformationType extends $pb.ProtobufEnum {
static const CarrierInformationType CARRIERINFORMATIONTYPE_UNKNOWN = CarrierInformationType._(0, _omitEnumNames ? '' : 'CARRIERINFORMATIONTYPE_UNKNOWN');
static const CarrierInformationType CARRIERINFORMATIONTYPE_SHORT_TEXT = CarrierInformationType._(1, _omitEnumNames ? '' : 'CARRIERINFORMATIONTYPE_SHORT_TEXT');
static const CarrierInformationType CARRIERINFORMATIONTYPE_LONG_TEXT = CarrierInformationType._(2, _omitEnumNames ? '' : 'CARRIERINFORMATIONTYPE_LONG_TEXT');
static const CarrierInformationType CARRIERINFORMATIONTYPE_PHONE = CarrierInformationType._(3, _omitEnumNames ? '' : 'CARRIERINFORMATIONTYPE_PHONE');
static const CarrierInformationType CARRIERINFORMATIONTYPE_MAIL = CarrierInformationType._(4, _omitEnumNames ? '' : 'CARRIERINFORMATIONTYPE_MAIL');
static const CarrierInformationType CARRIERINFORMATIONTYPE_LICENSE_NUMBER = CarrierInformationType._(5, _omitEnumNames ? '' : 'CARRIERINFORMATIONTYPE_LICENSE_NUMBER');
static const CarrierInformationType CARRIERINFORMATIONTYPE_DOCUMENT = CarrierInformationType._(6, _omitEnumNames ? '' : 'CARRIERINFORMATIONTYPE_DOCUMENT');
static const $core.List<CarrierInformationType> values = <CarrierInformationType> [
CARRIERINFORMATIONTYPE_UNKNOWN,
CARRIERINFORMATIONTYPE_SHORT_TEXT,
CARRIERINFORMATIONTYPE_LONG_TEXT,
CARRIERINFORMATIONTYPE_PHONE,
CARRIERINFORMATIONTYPE_MAIL,
CARRIERINFORMATIONTYPE_LICENSE_NUMBER,
CARRIERINFORMATIONTYPE_DOCUMENT,
];
static final $core.Map<$core.int, CarrierInformationType> _byValue = $pb.ProtobufEnum.initByValue(values);
static CarrierInformationType? valueOf($core.int value) => _byValue[value];
const CarrierInformationType._(super.v, super.n);
}
class SegmentationConstraintType extends $pb.ProtobufEnum {
static const SegmentationConstraintType SegmentationConstraintType_UNKNOWN = SegmentationConstraintType._(0, _omitEnumNames ? '' : 'SegmentationConstraintType_UNKNOWN');
static const SegmentationConstraintType SegmentationConstraintType_USER_CHOICE = SegmentationConstraintType._(1, _omitEnumNames ? '' : 'SegmentationConstraintType_USER_CHOICE');
static const SegmentationConstraintType SegmentationConstraintType_ORDER_ATTRIBUTE = SegmentationConstraintType._(2, _omitEnumNames ? '' : 'SegmentationConstraintType_ORDER_ATTRIBUTE');
static const SegmentationConstraintType SegmentationConstraintType_ENFORCED = SegmentationConstraintType._(3, _omitEnumNames ? '' : 'SegmentationConstraintType_ENFORCED');
static const $core.List<SegmentationConstraintType> values = <SegmentationConstraintType> [
SegmentationConstraintType_UNKNOWN,
SegmentationConstraintType_USER_CHOICE,
SegmentationConstraintType_ORDER_ATTRIBUTE,
SegmentationConstraintType_ENFORCED,
];
static final $core.Map<$core.int, SegmentationConstraintType> _byValue = $pb.ProtobufEnum.initByValue(values);
static SegmentationConstraintType? valueOf($core.int value) => _byValue[value];
const SegmentationConstraintType._(super.v, super.n);
}
const _omitEnumNames = $core.bool.fromEnvironment('protobuf.omit_enum_names');