Interface Import

All Superinterfaces:
CmmnModelElementInstance, ModelElementInstance
All Known Implementing Classes:
ImportImpl

public interface Import extends CmmnModelElementInstance
Author:
Roman Smirnov
  • Method Details

    • getNamespace

      String getNamespace()
    • setNamespace

      void setNamespace(String namespace)
    • getLocation

      String getLocation()
    • setLocation

      void setLocation(String location)
    • getImportType

      String getImportType()
    • setImportType

      void setImportType(String importType)