DataType.java
Go to the documentation of this file.
00001 
00007 package org.best_of_robotics.model.datatypes;
00008 
00009 import java.lang.String;
00010 
00011 import org.eclipse.emf.ecore.EObject;
00012 
00030 public interface DataType extends EObject {
00045         String getName();
00046 
00055         void setName(String value);
00056 
00073         TypesLibrary getTypesLibrary();
00074 
00083         void setTypesLibrary(TypesLibrary value);
00084 
00085 } // DataType


bride_plugin_source
Author(s): Alexander Bubeck
autogenerated on Sun Oct 5 2014 22:38:34