1 /* ----------------------------------------------------------------------------
2  * This file was automatically generated by SWIG (http://www.swig.org).
3  * Version 3.0.11
4  *
5  * Do not make changes to this file unless you know what you are doing--modify
6  * the SWIG interface file instead.
7  * ----------------------------------------------------------------------------- */
8 
9 package org.scilab.modules.xcos;
10 
11 public enum Kind {
12   BLOCK,
13   DIAGRAM,
14   LINK,
15   ANNOTATION,
16   PORT;
17 }
18 
19