Uses of Class
com.aspectran.core.context.rule.type.DefaultSettingType
-
Packages that use DefaultSettingType Package Description com.aspectran.core.context.rule.assistant com.aspectran.core.context.rule.type -
-
Uses of DefaultSettingType in com.aspectran.core.context.rule.assistant
Methods in com.aspectran.core.context.rule.assistant that return types with arguments of type DefaultSettingType Modifier and Type Method Description java.util.Map<DefaultSettingType,java.lang.String>ContextRuleAssistant. getSettings()Gets the settings.Methods in com.aspectran.core.context.rule.assistant with parameters of type DefaultSettingType Modifier and Type Method Description java.lang.ObjectContextRuleAssistant. getSetting(DefaultSettingType settingType)Gets the setting value.Method parameters in com.aspectran.core.context.rule.assistant with type arguments of type DefaultSettingType Modifier and Type Method Description voidDefaultSettings. apply(java.util.Map<DefaultSettingType,java.lang.String> settings) -
Uses of DefaultSettingType in com.aspectran.core.context.rule.type
Methods in com.aspectran.core.context.rule.type that return DefaultSettingType Modifier and Type Method Description static DefaultSettingTypeDefaultSettingType. resolve(java.lang.String alias)Returns aDefaultSettingTypewith a value represented by the specifiedString.static DefaultSettingTypeDefaultSettingType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DefaultSettingType[]DefaultSettingType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-