public class PolicyValueFactory extends Object
PolicyValue object for an actual value.| Constructor and Description |
|---|
PolicyValueFactory() |
| Modifier and Type | Method and Description |
|---|---|
static <T> PolicyValue<T> |
getInstance(T value)
Creates an instance of a
PolicyValue object containing the given value. |
public static <T> PolicyValue<T> getInstance(T value)
PolicyValue object containing the given value.value - The value that is contained within the generated PolicyValue object.PolicyValue object containing the given value.Copyright © 2010-2016 The Direct Project. All Rights Reserved.