KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > SOFA > Connector > TaggedProfile


1 package SOFA.Connector;
2
3 /** Tagged Profile.
4   * Generated by SOFA CodeGen.
5   */

6
7 public class TaggedProfile implements cz.cuni.sofa.lib.CDLEntity {
8   /** Tag */
9   public java.lang.String JavaDoc tag = null;
10   
11   public TaggedProfile() {}
12   
13   public TaggedProfile(java.lang.String JavaDoc _tag) {
14     tag = _tag;
15   }
16 }
17
Popular Tags