| Package | Description |
|---|---|
| com.aspectran.core.context.rule.assistant | |
| com.aspectran.core.context.rule.type |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Map<DefaultSettingType,java.lang.String> |
ContextRuleAssistant.getSettings() |
Gets the settings.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Object |
ContextRuleAssistant.getSetting(DefaultSettingType settingType) |
Gets the setting value.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
DefaultSettings.apply(java.util.Map<DefaultSettingType,java.lang.String> settings) |
| Modifier and Type | Method | Description |
|---|---|---|
static DefaultSettingType |
DefaultSettingType.resolve(java.lang.String alias) |
Returns a
DefaultSettingType with a value represented
by the specified String. |
static DefaultSettingType |
DefaultSettingType.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.
|
Copyright © 2008–2018 The Aspectran Project. All rights reserved.