Class Generator.OutputType

  • Enclosing class:
    Generator

    public class Generator.OutputType
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String name  
      private Type type  
    • Constructor Summary

      Constructors 
      Constructor Description
      OutputType​(java.lang.String name, Type type)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()  
      Type getType()  
      • Methods inherited from class java.lang.Object

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

      • name

        private java.lang.String name
      • type

        private Type type
    • Constructor Detail

      • OutputType

        OutputType​(java.lang.String name,
                   Type type)
    • Method Detail

      • getName

        public java.lang.String getName()
      • getType

        public Type getType()