Packagesystem.logic
Classpublic class ElseIfEmptyString
InheritanceElseIfEmptyString Inheritance ElseIf Inheritance Object

Defines if a value is an empty string in an 'elseif' conditional block.

See also

system.rules.EmptyString
system.process.logic.ElseIf


Public Properties
 PropertyDefined By
 Inheritedrule : Rule
The conditional rule of the 'elseif' block.
ElseIf
 Inheritedthen : Action
The then action of the 'elseif' block.
ElseIf
Public Methods
 MethodDefined By
  
ElseIfEmptyString(value:*, then:Action = null)
Creates a new ElseIfEmptyString instance.
ElseIfEmptyString
 Inherited
eval():Boolean
Evaluates a specific condition.
ElseIf
Constructor Detail
ElseIfEmptyString()Constructor
public function ElseIfEmptyString(value:*, then:Action = null)

Creates a new ElseIfEmptyString instance.

Parameters
value:* — The value to evaluate.
 
then:Action (default = null) — The Action to execute if the condition is true.