Interface Import

All Superinterfaces:
DmnModelElementInstance, ModelElementInstance
All Known Subinterfaces:
ImportedValues
All Known Implementing Classes:
ImportedValuesImpl, ImportImpl

public interface Import extends DmnModelElementInstance
  • Method Details

    • getNamespace

      String getNamespace()
    • setNamespace

      void setNamespace(String namespace)
    • getLocationUri

      String getLocationUri()
    • setLocationUri

      void setLocationUri(String locationUri)
    • getImportType

      String getImportType()
    • setImportType

      void setImportType(String importType)