class LocalDetails extends Object
LocalDetails contains data pertaining to a local class used in many of the processes. The local class itself will be defined by extend-ing the DataClass object. LocalDetails specifies values associated with the class such as the name of the class and key method names. It also specifies data values associated with these methods. All properties have default values.
lName
- String containing the name of the local classlInitMethod
- String containing the name of the local class' initClass MethodlInitData
- a List containing parameter values for the initClass MethodlFinaliseMethod
- String containing the name of the local class' finalise MethodlFinaliseData
- a List containing parameter values for the finalise MethodType | Name and description |
---|---|
List |
lFinaliseData |
String |
lFinaliseMethod |
List |
lInitData |
String |
lInitMethod |
String |
lName |
Constructor and description |
---|
LocalDetails
() |
GPP - Groovy Parallel Patterns generated test by Jon Kerridge, Edinburgh Napier University - j.kerridge@napier.ac.uk