Interface IScriptImmutable

All Superinterfaces:
IAbstractType
All Known Subinterfaces:
IScript
All Known Implementing Classes:
Script, ScriptImmutable

public interface IScriptImmutable extends IAbstractType
Read-only interface to an existing Script.
  • Method Details

    • getEntity

      String getEntity()
      Get the entity of the script. The values can be EXPERIMENT, SAMPLE, DATA_SET, MATERIAL.
    • getScriptType

      String getScriptType()
      Get the type of script. The values can be either DYNAMIC or MANAGED
    • getDescription

      String getDescription()
      Get the description for this script.
      Specified by:
      getDescription in interface IAbstractType
    • getName

      String getName()
      Get the name for this script.
    • getScript

      String getScript()
      Get the script itself.