summaryrefslogtreecommitdiff
path: root/js/src/Ice/OptionalFormat.js
blob: 2d3c48c3dea2a927cde6acd397d9e0dd0f6ff257 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// **********************************************************************
//
// Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
//
// This copy of Ice is licensed to you under the terms described in the
// ICE_LICENSE file included in this distribution.
//
// **********************************************************************

var 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;