Uses of Enum Class
com.skava.entities.CollectionAttributeType
Packages that use CollectionAttributeType
Package
Description
This package contains the user entities classes.
This package holds the user util method classes.
-
Uses of CollectionAttributeType in com.skava.entities
Methods in com.skava.entities that return CollectionAttributeTypeModifier and TypeMethodDescriptionstatic CollectionAttributeType
Returns the enum constant of this class with the specified name.static CollectionAttributeType[]
CollectionAttributeType.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of CollectionAttributeType in com.skava.util
Methods in com.skava.util with parameters of type CollectionAttributeTypeModifier and TypeMethodDescriptionstatic boolean
UserCollectionUtil.isPossibleValuesAvailable
(CollectionAttributeType attributeType) This method is used to validate collection attribute type, returns TRUE if attribute type is either ENUM_MULTISELECT or ENUM else FALSE.