org.enhydra.jawe.base.xpdlvalidator
Class XPDLValidatorSettings
java.lang.Object
org.enhydra.jawe.JaWEComponentSettings
org.enhydra.jawe.base.xpdlvalidator.XPDLValidatorSettings
- All Implemented Interfaces:
- Settings
- public class XPDLValidatorSettings
- extends JaWEComponentSettings
- Author:
- Miroslav Popov
Methods inherited from class org.enhydra.jawe.JaWEComponentSettings |
addAction, addSetting, adjustActions, changeActionState, clear, getAction, getActions, getLanguageDependentString, getMainMenuActionOrder, getMenuActionOrder, getPropertyMgr, getSetting, getSettingBoolean, getSettingDouble, getSettingInt, getSettingString, getToolbarActionOrder, manageProperties, setPropertyMgr |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XPDLValidatorSettings
public XPDLValidatorSettings()
init
public void init(JaWEComponent comp)
- Overrides:
init
in class JaWEComponentSettings
loadDefault
public void loadDefault(JaWEComponent comp,
java.util.Properties properties)
- Specified by:
loadDefault
in class JaWEComponentSettings
shouldValidateSubflowReferences
public boolean shouldValidateSubflowReferences()
shouldValidatePeformerExpressions
public boolean shouldValidatePeformerExpressions()
shouldValidateActualParameterExpressions
public boolean shouldValidateActualParameterExpressions()
shouldValidateDeadlineExpressions
public boolean shouldValidateDeadlineExpressions()
shouldValidateConditionExpressions
public boolean shouldValidateConditionExpressions()
shouldValidateUnusedVariables
public boolean shouldValidateUnusedVariables()
shouldValidateConditionByType
public boolean shouldValidateConditionByType()
shouldAllowUndefinedStart
public boolean shouldAllowUndefinedStart()
shouldAllowUndefinedEnd
public boolean shouldAllowUndefinedEnd()
getProperties
public java.util.Properties getProperties()