Class SystemParameter

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

public class SystemParameter extends Object
This class represents a system parameter that has been created in Nuclos; It is usually not used by rule programmers directly, but it is part of the class NuclosSystemParameter that is created during runtime containing all parameters as SystemParameter-instances.
Author:
reichama
  • Constructor Summary

    Constructors
    Constructor
    Description
    Constructor to set a new instance of the SystemParameter 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 system parameter

    Methods inherited from class java.lang.Object

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

    • SystemParameter

      public SystemParameter(String id)
      Constructor to set a new instance of the SystemParameter class using the id of a parameter that has been created in Nuclos previously Internal use only
      Parameters:
      id -
  • Method Details

    • getId

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