Class MProperty

    • Field Detail

      • clazz

        protected ClassInfo clazz
        The clazz.
      • name

        protected java.lang.String name
        The name.
    • Constructor Detail

      • MProperty

        public MProperty()
        Create a new parameter.
    • Method Detail

      • getClazz

        public ClassInfo getClazz()
        Get the clazz.
        Returns:
        The clazz.
      • setClazz

        public void setClazz​(ClassInfo clazz)
        Set the clazz.
        Parameters:
        clazz - The clazz to set.
      • getName

        public java.lang.String getName()
        Get the name.
        Returns:
        The name.
      • setName

        public void setName​(java.lang.String name)
        Set the name.
        Parameters:
        name - The name to set.
      • getInitialValue

        public UnparsedExpression getInitialValue()
        Get the initialval.
        Returns:
        The initialval.
      • getInitialValueString

        public java.lang.String getInitialValueString()
        Get the initialval.
        Returns:
        The initialval.
      • setInitialValue

        public void setInitialValue​(UnparsedExpression initialval)
        Set the initial value.
        Parameters:
        initialval - The initial value to set.
      • setInitialValue

        public void setInitialValue​(java.lang.String initialval)
        Set the initial value.
        Parameters:
        initialval - The initial value to set.
      • toString

        public java.lang.String toString()
        Get the string representation.
        Overrides:
        toString in class java.lang.Object
        Returns:
        The string representation.