Object CodeGeneration

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static String convertToCodeCompliantName(String name, Boolean firstUppercase) In many cases the name or identifier of a thing needs to be available in a form that it can be used as a type name or variable name.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • convertToCodeCompliantName

         final static String convertToCodeCompliantName(String name, Boolean firstUppercase)

        In many cases the name or identifier of a thing needs to be available in a form that it can be used as a type name or variable name.

        Parameters:
        name - The name that must be cleaned
        firstUppercase - if the first character must be an uppercase or lowercase
        Returns:

        A cleaned version of the provided input.