T
- the list entry typepublic final class ListValue<T> extends java.lang.Object implements Value<java.util.List<T>>
Constructor and Description |
---|
ListValue(java.util.List<? extends Value<? extends T>> values)
Construct a new instance.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<T> |
getValue()
Get the actual value.
|
public java.util.List<T> getValue() throws java.lang.IllegalStateException
Copyright © 2012 JBoss, a division of Red Hat, Inc.