Interface NumericAttributeType
- All Superinterfaces:
AttributeType,Entity,NamedDescribedResource,NamedResource,Resource,Serializable
Represents a numeric attribute type.
Numeric attribute type represents an attribute which holds numeric value (either integer of floating point one).
-
Method Summary
Modifier and TypeMethodDescriptionbooleanCheck whether this represents an integer or not.booleanDeprecated.This method will be removed in the future.booleanCheck 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
-
isIsInteger
Deprecated.This method will be removed in the future. Please, useisInteger().Check whether this represents an integer or not.- Returns:
- true if this represents an integer, false if this represents a decimal number
-
isInteger
boolean isInteger()Check whether this represents an integer or not.- Returns:
- true if this represents an integer, false if this represents a decimal number
-