Class AbstractRemoteProjectDescriptor

  • All Implemented Interfaces:
    ProjectDescriptor

    @OpenApi
    public abstract class AbstractRemoteProjectDescriptor
    extends com.nomagic.magicdraw.core.project.AProjectDescriptor
    This class represents location of the remote project.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getRepresentationString()
      Constructs human representation of the project.
      • Methods inherited from class com.nomagic.magicdraw.core.project.AProjectDescriptor

        load, save
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getRepresentationString

        @OpenApi
        public java.lang.String getRepresentationString()
        Constructs human representation of the project.
        Returns:
        project's representation as String.
        Throws:
        java.lang.IllegalStateException - if project isn't specified or loaded.