Class ScriptingConfig


  • public class ScriptingConfig
    extends java.lang.Object

    Java class for scriptingConfig complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="scriptingConfig">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="visibleIfLanguage" type="{http://www.hybris.com/cockpitng/component/dynamicForms}scriptingLanguage" default="SpEL" />
           <attribute name="visibleIfScriptType" type="{http://www.hybris.com/cockpitng/component/dynamicForms}scriptingType" default="inline" />
           <attribute name="disabledIfLanguage" type="{http://www.hybris.com/cockpitng/component/dynamicForms}scriptingLanguage" default="SpEL" />
           <attribute name="disabledIfScriptType" type="{http://www.hybris.com/cockpitng/component/dynamicForms}scriptingType" default="inline" />
           <attribute name="gotoTabIfLanguage" type="{http://www.hybris.com/cockpitng/component/dynamicForms}scriptingLanguage" default="SpEL" />
           <attribute name="gotoTabIfScriptType" type="{http://www.hybris.com/cockpitng/component/dynamicForms}scriptingType" default="inline" />
           <attribute name="computedValueLanguage" type="{http://www.hybris.com/cockpitng/component/dynamicForms}scriptingLanguage" default="SpEL" />
           <attribute name="computedValueScriptType" type="{http://www.hybris.com/cockpitng/component/dynamicForms}scriptingType" default="inline" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • ScriptingConfig

        public ScriptingConfig()
    • Method Detail

      • setVisibleIfLanguage

        public void setVisibleIfLanguage​(ScriptingLanguage value)
        Sets the value of the visibleIfLanguage property.
        Parameters:
        value - allowed object is ScriptingLanguage
      • getVisibleIfScriptType

        public ScriptingType getVisibleIfScriptType()
        Gets the value of the visibleIfScriptType property.
        Returns:
        possible object is ScriptingType
      • setVisibleIfScriptType

        public void setVisibleIfScriptType​(ScriptingType value)
        Sets the value of the visibleIfScriptType property.
        Parameters:
        value - allowed object is ScriptingType
      • getDisabledIfLanguage

        public ScriptingLanguage getDisabledIfLanguage()
        Gets the value of the disabledIfLanguage property.
        Returns:
        possible object is ScriptingLanguage
      • setDisabledIfLanguage

        public void setDisabledIfLanguage​(ScriptingLanguage value)
        Sets the value of the disabledIfLanguage property.
        Parameters:
        value - allowed object is ScriptingLanguage
      • getDisabledIfScriptType

        public ScriptingType getDisabledIfScriptType()
        Gets the value of the disabledIfScriptType property.
        Returns:
        possible object is ScriptingType
      • setDisabledIfScriptType

        public void setDisabledIfScriptType​(ScriptingType value)
        Sets the value of the disabledIfScriptType property.
        Parameters:
        value - allowed object is ScriptingType
      • setGotoTabIfLanguage

        public void setGotoTabIfLanguage​(ScriptingLanguage value)
        Sets the value of the gotoTabIfLanguage property.
        Parameters:
        value - allowed object is ScriptingLanguage
      • getGotoTabIfScriptType

        public ScriptingType getGotoTabIfScriptType()
        Gets the value of the gotoTabIfScriptType property.
        Returns:
        possible object is ScriptingType
      • setGotoTabIfScriptType

        public void setGotoTabIfScriptType​(ScriptingType value)
        Sets the value of the gotoTabIfScriptType property.
        Parameters:
        value - allowed object is ScriptingType
      • getComputedValueLanguage

        public ScriptingLanguage getComputedValueLanguage()
        Gets the value of the computedValueLanguage property.
        Returns:
        possible object is ScriptingLanguage
      • setComputedValueLanguage

        public void setComputedValueLanguage​(ScriptingLanguage value)
        Sets the value of the computedValueLanguage property.
        Parameters:
        value - allowed object is ScriptingLanguage
      • getComputedValueScriptType

        public ScriptingType getComputedValueScriptType()
        Gets the value of the computedValueScriptType property.
        Returns:
        possible object is ScriptingType
      • setComputedValueScriptType

        public void setComputedValueScriptType​(ScriptingType value)
        Sets the value of the computedValueScriptType property.
        Parameters:
        value - allowed object is ScriptingType
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object