Class ScriptingConfig
- java.lang.Object
-
- com.hybris.cockpitng.core.config.impl.jaxb.dynamicforms.ScriptingConfig
-
public class ScriptingConfig extends java.lang.ObjectJava 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>
-
-
Field Summary
Fields Modifier and Type Field Description protected ScriptingLanguagecomputedValueLanguageprotected ScriptingTypecomputedValueScriptTypeprotected ScriptingLanguagedisabledIfLanguageprotected ScriptingTypedisabledIfScriptTypeprotected ScriptingLanguagegotoTabIfLanguageprotected ScriptingTypegotoTabIfScriptTypeprotected ScriptingLanguagevisibleIfLanguageprotected ScriptingTypevisibleIfScriptType
-
Constructor Summary
Constructors Constructor Description ScriptingConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ScriptingLanguagegetComputedValueLanguage()Gets the value of the computedValueLanguage property.ScriptingTypegetComputedValueScriptType()Gets the value of the computedValueScriptType property.ScriptingLanguagegetDisabledIfLanguage()Gets the value of the disabledIfLanguage property.ScriptingTypegetDisabledIfScriptType()Gets the value of the disabledIfScriptType property.ScriptingLanguagegetGotoTabIfLanguage()Gets the value of the gotoTabIfLanguage property.ScriptingTypegetGotoTabIfScriptType()Gets the value of the gotoTabIfScriptType property.ScriptingLanguagegetVisibleIfLanguage()Gets the value of the visibleIfLanguage property.ScriptingTypegetVisibleIfScriptType()Gets the value of the visibleIfScriptType property.voidsetComputedValueLanguage(ScriptingLanguage value)Sets the value of the computedValueLanguage property.voidsetComputedValueScriptType(ScriptingType value)Sets the value of the computedValueScriptType property.voidsetDisabledIfLanguage(ScriptingLanguage value)Sets the value of the disabledIfLanguage property.voidsetDisabledIfScriptType(ScriptingType value)Sets the value of the disabledIfScriptType property.voidsetGotoTabIfLanguage(ScriptingLanguage value)Sets the value of the gotoTabIfLanguage property.voidsetGotoTabIfScriptType(ScriptingType value)Sets the value of the gotoTabIfScriptType property.voidsetVisibleIfLanguage(ScriptingLanguage value)Sets the value of the visibleIfLanguage property.voidsetVisibleIfScriptType(ScriptingType value)Sets the value of the visibleIfScriptType property.java.lang.StringtoString()
-
-
-
Field Detail
-
visibleIfLanguage
protected ScriptingLanguage visibleIfLanguage
-
visibleIfScriptType
protected ScriptingType visibleIfScriptType
-
disabledIfLanguage
protected ScriptingLanguage disabledIfLanguage
-
disabledIfScriptType
protected ScriptingType disabledIfScriptType
-
gotoTabIfLanguage
protected ScriptingLanguage gotoTabIfLanguage
-
gotoTabIfScriptType
protected ScriptingType gotoTabIfScriptType
-
computedValueLanguage
protected ScriptingLanguage computedValueLanguage
-
computedValueScriptType
protected ScriptingType computedValueScriptType
-
-
Method Detail
-
getVisibleIfLanguage
public ScriptingLanguage getVisibleIfLanguage()
Gets the value of the visibleIfLanguage property.- Returns:
- possible object is
ScriptingLanguage
-
setVisibleIfLanguage
public void setVisibleIfLanguage(ScriptingLanguage value)
Sets the value of the visibleIfLanguage property.- Parameters:
value- allowed object isScriptingLanguage
-
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 isScriptingType
-
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 isScriptingLanguage
-
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 isScriptingType
-
getGotoTabIfLanguage
public ScriptingLanguage getGotoTabIfLanguage()
Gets the value of the gotoTabIfLanguage property.- Returns:
- possible object is
ScriptingLanguage
-
setGotoTabIfLanguage
public void setGotoTabIfLanguage(ScriptingLanguage value)
Sets the value of the gotoTabIfLanguage property.- Parameters:
value- allowed object isScriptingLanguage
-
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 isScriptingType
-
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 isScriptingLanguage
-
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 isScriptingType
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-