Class BooleanSegment

    • Constructor Detail

      • BooleanSegment

        public BooleanSegment()
        Constructs an empty BooleanSegment.
      • BooleanSegment

        public BooleanSegment​(boolean aValue)
        Constructs a BooleanSegment with the given boolean payload.
        Parameters:
        aValue - The value (payload) to be contained by the BooleanSegment.
      • BooleanSegment

        public BooleanSegment​(String aAlias)
        Constructs an empty BooleanSegment.
        Parameters:
        aAlias - The alias which identifies the content of this segment.
      • BooleanSegment

        public BooleanSegment​(String aAlias,
                              boolean aValue)
        Constructs a BooleanSegment with the given boolean payload.
        Parameters:
        aAlias - The alias which identifies the content of this segment.
        aValue - The value (payload) to be contained by the BooleanSegment.