Interface IEditVariable

  • All Superinterfaces:
    IVariable
    All Known Implementing Classes:
    EditVariable

    public interface IEditVariable
    extends IVariable
    Interface to indicate that this is an edit variable
    • Method Detail

      • getID

        String getID()
        Returns the name o this variable to identify it among edit variables. All edit variables with same name are grouped up. Note that this name is not the same name, that IVariableOccurrence provides
        Returns:
        The name of the variable ,cannot be null