| Package | Description |
|---|---|
| org.lsst.gruth.jutils |
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayParm
A parameter which is an array.
|
class |
BoolParm |
class |
DblParm |
class |
IntParm |
class |
ListParm
can hold a list of values (cannot be used with a list of HollowParm)
|
class |
MapParm |
class |
NamedRefParm |
class |
SStructParm |
class |
StringParm |
class |
ValParm
a utility to use parameter definition for
any object that has :
Serializable implementation
a symmetric way of dealing with strings:
the toString() method returns a String that
can be used to create an Object through static method
valueOf(thatString)
A typical example are Enums
|
| Modifier and Type | Field and Description |
|---|---|
HollowParm<?> |
EmptyParmException.emptyParm |
| Modifier and Type | Method and Description |
|---|---|
HollowParm<T> |
HollowParm.addProperties(Map.Entry<String,String>... entries) |
HollowParm |
HollowParm.clone()
first level clone: object that are referenced are not duplicated
|
| Constructor and Description |
|---|
EmptyParmException(HollowParm<?> emptyParm) |
EmptyParmException(String name,
HollowParm<?> emptyParm) |
Copyright © 2015 LSST. All rights reserved.