Ignore:
Timestamp:
11/01/05 17:34:55 (19 years ago)
Author:
remar
Message:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/org.modelica.mdt/src/org/modelica/mdt/core/IModelicaClass.java

    r83 r110  
    22 * This file is part of Modelica Development Tooling.
    33 *
    4  * Copyright (c) 2005, Linköpings universitet, Department of
     4 * Copyright (c) 2005, Linkpings universitet, Department of
    55 * Computer and Information Science, PELAB
    66 *
     
    2323 *   distribution.
    2424 *
    25  * * Neither the name of Linköpings universitet nor the names of its
     25 * * Neither the name of Linkpings universitet nor the names of its
    2626 *   contributors may be used to endorse or promote products derived from
    2727 *   this software without specific prior written permission.
     
    4141package org.modelica.mdt.core;
    4242
     43import org.modelica.mdt.internal.corba.InitializationException;
     44
    4345/**
    4446 * @author x05elmja
     
    4850{
    4951    public enum Type { CLASS, MODEL, FUNCTION, RECORD, CONNECTOR, BLOCK, TYPE };
    50     public Type getType();
     52    public Type getType() throws InitializationException;
    5153    String getPackage();
    5254}
Note: See TracChangeset for help on using the changeset viewer.