Class UmpleImportType

java.lang.Object
cruise.umple.compiler.UmpleImportType

public class UmpleImportType
extends java.lang.Object
ImportType is a "enumeration" of information for what type of file was imported.
Since:
19 Mar 2015
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static java.util.Set<UmpleImportType> ALL  
    static UmpleImportType ECORE
    http://eclipse.org/ecoretools/
    static UmpleImportType PAPYRUS
    http://www.eclipse.org/papyrus/
    static UmpleImportType SCXML
    http://en.wikipedia.org/wiki/SCXML
  • Constructor Summary

    Constructors 
    Constructor Description
    UmpleImportType​(java.lang.String aFileType, java.lang.String aName)  
  • Method Summary

    Modifier and Type Method Description
    void delete()  
    java.lang.String getFileType()
    The file type of an import, i.e.
    java.lang.String getName()
    Longform description of the type.
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

  • Constructor Details

    • UmpleImportType

      public UmpleImportType​(java.lang.String aFileType, java.lang.String aName)
  • Method Details

    • getFileType

      public java.lang.String getFileType()
      The file type of an import, i.e. the extension.
    • getName

      public java.lang.String getName()
      Longform description of the type.
    • delete

      public void delete()
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object