public class ListParm extends HollowParm<ArrayList>
properties, readOnly, set, value| Constructor and Description |
|---|
ListParm() |
ListParm(Collection col) |
ListParm(Collection col,
Map<?,?> props) |
| Modifier and Type | Method and Description |
|---|---|
Class<ArrayList> |
getValueClass() |
void |
setValue(Collection col) |
void |
setValue(Object... vals) |
addProperties, clear, clone, getProperties, getValue, isReadOnly, isSet, modifyChecked, setNullValue, setValue, toStringpublic ListParm()
public ListParm(Collection col)
public ListParm(Collection col, Map<?,?> props)
public void setValue(Collection col)
public void setValue(Object... vals)
public Class<ArrayList> getValueClass()
getValueClass in class HollowParm<ArrayList>Copyright © 2016 LSST. All rights reserved.