Class Parameter


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

      • Parameter

        public Parameter​(AbstractCLType clType,
                         java.lang.String name)
      • 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.