Class Parameter


  • public class Parameter
    extends java.lang.Object
    Parameter to a method
    Since:
    0.0.1
    • Constructor Summary

      Constructors 
      Constructor Description
      Parameter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected boolean canEqual​(java.lang.Object other)  
      boolean equals​(java.lang.Object o)  
      AbstractCLType getClType()
      cl_type(CLType) The value of the entry: a casper `Key` type.
      protected java.lang.Object getJsonClType()
      The accessor for jackson serialization
      java.lang.String getName()
      name(String) The name of the entry.
      int hashCode()  
      void setClType​(AbstractCLType clType)
      cl_type(CLType) The value of the entry: a casper `Key` type.
      protected void setJsonClType​(AbstractCLType clType)  
      void setName​(java.lang.String name)
      name(String) The name of the entry.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Parameter

        public Parameter()
    • Method Detail

      • getJsonClType

        @ExcludeFromJacocoGeneratedReport
        protected java.lang.Object getJsonClType()
        The accessor for jackson serialization
        Returns:
        String if cl_type is basic type, CLType object if not.
      • getClType

        public AbstractCLType getClType()
        cl_type(CLType) The value of the entry: a casper `Key` type.
      • getName

        public java.lang.String getName()
        name(String) The name of the entry.
      • setClType

        public void setClType​(AbstractCLType clType)
        cl_type(CLType) The value of the entry: a casper `Key` type.
      • setName

        public void setName​(java.lang.String name)
        name(String) The name of the entry.
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object