public class IntParm extends HollowParm<Integer>
properties, readOnly, set, value| Constructor and Description |
|---|
IntParm() |
IntParm(Integer value) |
IntParm(Integer value,
Map<?,?> map) |
IntParm(String valStr) |
IntParm(String valStr,
Map<?,?> map) |
| Modifier and Type | Method and Description |
|---|---|
Class<Integer> |
getValueClass() |
void |
modifyChecked(Object obj) |
void |
setValue(String valStr) |
addProperties, clear, clone, getProperties, getValue, isReadOnly, isSet, setNullValue, setValue, toStringpublic IntParm()
public IntParm(Integer value)
public IntParm(String valStr) throws NumberFormatException
NumberFormatExceptionpublic IntParm(String valStr, Map<?,?> map) throws NumberFormatException
NumberFormatExceptionpublic void setValue(String valStr) throws NumberFormatException
NumberFormatExceptionpublic Class<Integer> getValueClass()
getValueClass in class HollowParm<Integer>public void modifyChecked(Object obj)
modifyChecked in class HollowParm<Integer>Copyright © 2015 LSST. All rights reserved.