Interface LiteralBoolean

All Superinterfaces:
BaseElement, Cloneable, Comparable, Element, org.eclipse.emf.ecore.EObject, Expression, Feature, LiteralExpression, ModelElement, com.dassault_systemes.modeler.modelextension.model.modelextension.ModelExtensionObject, Namespace, org.eclipse.emf.common.notify.Notifier, Step, Type

@OpenApiAll public interface LiteralBoolean extends LiteralExpression

LiteralBoolean is a LiteralExpression that provides a Boolean value as a result. Its result parameter must have type Boolean.

specializesFromLibrary('Performances::literalBooleanEvaluations')
  • Method Details

    • isValue

      boolean isValue()

      The Boolean value that is the result of evaluating this LiteralBoolean.

      The Boolean value that is the result of evaluating this Expression.

      Returns:
      the value value
      Model:
      derived="false" transient="false"
    • setValue

      void setValue(boolean value)

      The Boolean value that is the result of evaluating this LiteralBoolean.

      The Boolean value that is the result of evaluating this Expression.

      Parameters:
      value - the value value
      Model:
      derived="false" transient="false"