Class GeneratorContext.Profile

  • Enclosing class:
    GeneratorContext

    public static class GeneratorContext.Profile
    extends java.lang.Object
    Information about the profile in which the evaluation is taking place, where appropriate.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String name
      The name of the profile.
    • Constructor Summary

      Constructors 
      Constructor Description
      Profile()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • name

        public java.lang.String name
        The name of the profile.
    • Constructor Detail

      • Profile

        public Profile()