Author: ygrego Date: 2015-02-23 15:48:03 +0000 (Mon, 23 Feb 2015) New Revision: 863 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/863 Log: This class will be use to store identifier type of "Tuner" object. Added: oipf/js/impl/model/IntegerCollection.js Added: oipf/js/impl/model/IntegerCollection.js =================================================================== --- oipf/js/impl/model/IntegerCollection.js (rev 0) +++ oipf/js/impl/model/IntegerCollection.js 2015-02-23 15:48:03 UTC (rev 863) @@ -0,0 +1,15 @@ +/* Description: + * The IntegerCollection class represents a collection of Integer values. See Annex K for the definition of the + * collection template. + * + */ + +var IntegerCollection = Class.extend({ + + init: function(elements) { + if (elements) { + this.super.init(elements); + } + } +}); +
participants (1)
-
ygregoï¼ users.nuiton.org