summaryrefslogtreecommitdiff
path: root/js/src/Ice/OptionalFormat.js
blob: 03c4dff1b5851e4b1e369b99c6e72acd19dc6c90 (plain)
1
2
3
4
5
6
7
//
// Copyright (c) ZeroC, Inc. All rights reserved.
//

const Ice = require("../Ice/EnumBase").Ice;
Ice.OptionalFormat = Ice.Slice.defineEnum([['F1', 0], ['F2', 1], ['F4', 2], ['F8', 3], ['Size', 4], ['VSize', 5], ['FSize', 6], ['Class', 7]]);
module.exports.Ice = Ice;