Class ConstantNameOutlet

All Implemented Interfaces:
Outlet

public class ConstantNameOutlet extends StringInputOutlet
Creates the name of a constant from a string. All letters in the String are capitalized, and underscores (_) are used as separators per default.
  • Constructor Details

    • ConstantNameOutlet

      public ConstantNameOutlet(QualifiedName qualifiedName)
      Constructor.
      Parameters:
      qualifiedName - the unique name of the outlet, not null.
  • Method Details