java.lang.Object
org.mule.runtime.extension.api.dsql.Value<Boolean>
org.mule.runtime.extension.internal.value.BooleanValue

public class BooleanValue extends Value<Boolean>
Value implementation, that represents a Boolean.
Since:
1.0
  • Constructor Details

    • BooleanValue

      public BooleanValue(Boolean value)
  • Method Details