Interface BooleanAttribute

  • All Superinterfaces:
    Attribute, Entity, Resource, Serializable

    public interface BooleanAttribute
    extends Attribute
    Represents an attribute containing a boolean as value.
    • Method Detail

      • getValue

        Boolean getValue()
        Gets the boolean value of this attribute.
        Specified by:
        getValue in interface Attribute
        Returns:
        the boolean value of this attribute.