KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > SOFA > Connector > EEG > ElementsTechnologyDescriptor


1 /*
2  * ElementTechnologyDescriptor.java
3  *
4  * Created on 2. duben 2002, 20:18
5  */

6
7 package SOFA.Connector.EEG;
8
9 /**
10  *
11  * @author ghort
12  * @version
13  */

14 public class ElementsTechnologyDescriptor {
15
16     public String JavaDoc type;
17     
18     public String JavaDoc instanceName;
19     
20     public ElementTechnologyDescriptor[] technologies;
21     
22     /** Creates new ElementTechnologyDescriptor */
23     public ElementsTechnologyDescriptor() {
24     }
25
26 }
27
Popular Tags