Interface BooleanAttributeType

All Superinterfaces:
AttributeType, Entity, NamedDescribedResource, NamedResource, Resource, Serializable

public interface BooleanAttributeType extends AttributeType
Represents a boolean attribute type.

Boolean attribute type represents an attribute which holds boolean value (either true or false).

  • Method Details

    • isStatisticsEnabled

      boolean isStatisticsEnabled()
      Check whether statistics should be tracked for this attribute or not.
      Returns:
      True if statistics are tracked for this attribute. False otherwise.