Class CodegenJavaArgument


  • public class CodegenJavaArgument
    extends Object
    Author:
    eric.wittmann@gmail.com
    • Constructor Detail

      • CodegenJavaArgument

        public CodegenJavaArgument()
        Constructor.
    • Method Detail

      • getName

        public String getName()
        Returns:
        the name
      • setName

        public void setName​(String name)
        Parameters:
        name - the name to set
      • getIn

        public String getIn()
        Returns:
        the in
      • setIn

        public void setIn​(String in)
        Parameters:
        in - the in to set
      • getCollection

        public String getCollection()
        Returns:
        the collection
      • setCollection

        public void setCollection​(String collection)
        Parameters:
        collection - the collection to set
      • getType

        public String getType()
        Returns:
        the type
      • setType

        public void setType​(String type)
        Parameters:
        type - the type to set
      • getFormat

        public String getFormat()
        Returns:
        the format
      • setFormat

        public void setFormat​(String format)
        Parameters:
        format - the format to set
      • getRequired

        public Boolean getRequired()
        Returns:
        the required
      • setRequired

        public void setRequired​(Boolean required)
        Parameters:
        required - the required to set
      • getTypeSignature

        public String getTypeSignature()
        Returns:
        the typeSignature
      • setTypeSignature

        public void setTypeSignature​(String typeSignature)
        Parameters:
        typeSignature - the typeSignature to set