Interface XAttributeBoolean

  • All Superinterfaces:
    java.lang.Cloneable, java.lang.Comparable<XAttribute>, java.io.Serializable, XAttributable, XAttribute
    All Known Implementing Classes:
    XAttributeBooleanImpl

    public interface XAttributeBoolean
    extends XAttribute
    Attribute with boolean type value.
    Author:
    Christian W. Guenther (christian@deckfour.org)
    • Method Detail

      • setValue

        void setValue​(boolean value)
        Assigns the boolean value of this attribute.
        Parameters:
        value - Value of the attribute.
      • getValue

        boolean getValue()
        Retrieves the boolean value of this attribute.
        Returns:
        Value of this attribute.