Uses of Class
org.exoplatform.addons.gamification.service.dto.configuration.constant.TypeRule
-
Packages that use TypeRule Package Description org.exoplatform.addons.gamification.entities.domain.configuration Spring Framework configuration files.org.exoplatform.addons.gamification.service.dto.configuration Spring Framework configuration files.org.exoplatform.addons.gamification.service.dto.configuration.constant -
-
Uses of TypeRule in org.exoplatform.addons.gamification.entities.domain.configuration
Fields in org.exoplatform.addons.gamification.entities.domain.configuration declared as TypeRule Modifier and Type Field Description protected TypeRuleRuleEntity. typeMethods in org.exoplatform.addons.gamification.entities.domain.configuration that return TypeRule Modifier and Type Method Description TypeRuleRuleEntity. getType()Methods in org.exoplatform.addons.gamification.entities.domain.configuration with parameters of type TypeRule Modifier and Type Method Description voidRuleEntity. setType(TypeRule type) -
Uses of TypeRule in org.exoplatform.addons.gamification.service.dto.configuration
Methods in org.exoplatform.addons.gamification.service.dto.configuration that return TypeRule Modifier and Type Method Description TypeRuleRuleDTO. getType()Methods in org.exoplatform.addons.gamification.service.dto.configuration with parameters of type TypeRule Modifier and Type Method Description voidRuleDTO. setType(TypeRule type) -
Uses of TypeRule in org.exoplatform.addons.gamification.service.dto.configuration.constant
Methods in org.exoplatform.addons.gamification.service.dto.configuration.constant that return TypeRule Modifier and Type Method Description static TypeRuleTypeRule. valueOf(String name)Returns the enum constant of this type with the specified name.static TypeRule[]TypeRule. values()Returns an array containing the constants of this enum type, in the order they are declared.
-