FileDocCategorySizeDatePackage
UMLType.javaAPI DocExample704Tue Dec 08 01:21:00 GMT 1998oisoft.togetherx.scriptapi.UML

UMLType.java

/*----------------------------------------------------------------------------
Copyright © 1998 Object International Software GmbH
----------------------------------------------------------------------------*/
package oisoft.togetherx.scriptapi.UML;

//import oisoft.togetherx.scriptapi.UML.enums.*;


//------------------------------------------------------------------------------
/**
 * Presents type of attribute or operation
 * @version  2.1.01  12.03.1998
 * @author Sergey Dmitriev
 * @since 345
 */
public interface UMLType
{
  String getNameExpression();
  String getName();
}
//------------------------------------------------------------------------------