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 tag = null;10 11 public TaggedProfile() {}12 13 public TaggedProfile(java.lang.String _tag) {14 tag = _tag;15 }16 }17