Class NucletParameter

java.lang.Object
org.nuclos.api.parameter.NucletParameter

public class NucletParameter extends Object
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

    Constructors
    Constructor
    Description
    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
  • Method Summary

    Modifier and Type
    Method
    Description
    This method returns the id of the current nuclet parameter

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • NucletParameter

      public NucletParameter(String id)
      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

      public String getId()
      This method returns the id of the current nuclet parameter
      Returns: