Interface IExtendedParameterModel

All Superinterfaces:
IParameterModel, Serializable
All Known Implementing Classes:
DefaultParametersModel, ParameterModel

public interface IExtendedParameterModel extends IParameterModel
A parameter model with additional settings such as group items.
Since:
8.0.0
Author:
XIMA MEDIA GmbH
  • Method Details

    • getDependentMandatoryParamNames

      Set<String> getDependentMandatoryParamNames()
    • getValidationErrorMsg

      String getValidationErrorMsg()
    • isDependentMandatory

      boolean isDependentMandatory()
    • isGroupItem

      boolean isGroupItem()
    • isParamNameEditable

      boolean isParamNameEditable()
    • isParamValueCryptic

      boolean isParamValueCryptic()
    • isValidationError

      boolean isValidationError()
    • setDeletable

      void setDeletable(boolean isDeletable)
    • setDependentMandatoryParamNames

      void setDependentMandatoryParamNames(Set<String> paramNames)
    • setGroupItem

      void setGroupItem(boolean groupItem)
    • setParamBehavior

      void setParamBehavior(String paramBehavior)
    • setParamDescription

      void setParamDescription(String paramDesc)
    • setParamNameEditable

      void setParamNameEditable(boolean nameEditable)
    • setParamValueCryptic

      void setParamValueCryptic(boolean crypticValue)
    • setValidationError

      void setValidationError(boolean error)
    • setValidationErrorMsg

      void setValidationErrorMsg(String validationErrorMsg)