Package | Description |
---|---|
org.apache.tamaya.inject.api |
Common njection API.
|
Modifier and Type | Method and Description |
---|---|
UpdatePolicy |
DynamicValue.getUpdatePolicy()
Access the
UpdatePolicy used for updating this value. |
static UpdatePolicy |
UpdatePolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdatePolicy[] |
UpdatePolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DynamicValue.setUpdatePolicy(UpdatePolicy updatePolicy)
Sets a new
UpdatePolicy . |
Copyright © 2014–2016 Apache Software Foundation. All rights reserved.