Interface BooleanAttributeType
- All Superinterfaces:
AttributeType,Entity,NamedDescribedResource,NamedResource,Resource,Serializable
Represents a boolean attribute type.
Boolean attribute type represents an attribute which holds boolean value (either true or false).
-
Method Summary
Modifier and TypeMethodDescriptionbooleanCheck whether statistics should be tracked for this attribute or not.Methods inherited from interface AttributeType
getAttributeTypeDiscriminator, getPublicIdMethods inherited from interface NamedDescribedResource
getDescriptionMethods inherited from interface NamedResource
getNameMethods inherited from interface Resource
getCreatedBy, getCreatedOn, getLastModifiedBy, getLastModifiedOn, getResourceType, isSystem
-
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.
-