Class BooleanData

All Implemented Interfaces:
Wrappable, AnnotatableArtifact, Artifact, BooleanExpression, CalculableProperty, DataArtifact, Expression, Nullable, Parameter, Property, Segment, State, TypedArtifact, ValuedArtifact, Serializable
Direct Known Subclasses:
BooleanParameter, BooleanProperty

public class BooleanData extends BooleanPrimitive
Author:
Jorge Campins
See Also:
  • Field Details

    • TRUE

      public static final Boolean TRUE
    • FALSE

      public static final Boolean FALSE
  • Constructor Details

    • BooleanData

      public BooleanData()
  • Method Details

    • getBooleanDisplayType

      public BooleanDisplayType getBooleanDisplayType()
      Returns:
      the boolean display type
    • rawBooleanDisplayType

      public BooleanDisplayType rawBooleanDisplayType()
      Returns:
      the raw boolean display type
    • setBooleanDisplayType

      public void setBooleanDisplayType(BooleanDisplayType displayType)
      Parameters:
      displayType - the boolean display type to set