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