Package org.nuclos.api.parameter
Class NucletParameter
java.lang.Object
org.nuclos.api.parameter.NucletParameter
This class represents a nuclet parameter that has been created in Nuclos; It is usually not used
by rule programmers directly, but it is part of a NucletParameters-Class (e.g. PaymentNucletParameter) that is created during
runtime containing all parameters of the corresponding nuclet as NucletParameter-instances.
- Author:
- reichama
-
Constructor Summary
ConstructorDescriptionConstructor to set a new instance of the NucletParameter class using the id of a parameter that has been created in Nuclos previously Internal use only -
Method Summary
-
Constructor Details
-
NucletParameter
Constructor to set a new instance of the NucletParameter class using the id of a parameter that has been created in Nuclos previously Internal use only- Parameters:
id
- - UID of the parameter as String
-
-
Method Details
-
getId
This method returns the id of the current nuclet parameter- Returns:
-