Class LiteralReturnValueConstraint

    • Field Detail

      • value

        protected java.lang.Object value
        The attribute type.
    • Constructor Detail

      • LiteralReturnValueConstraint

        public LiteralReturnValueConstraint​(java.lang.Object value,
                                            FunctionCall funcall)
        Create a new return value constraint.
      • LiteralReturnValueConstraint

        public LiteralReturnValueConstraint​(java.lang.Object value,
                                            FunctionCall funcall,
                                            IOperator operator)
        Create a new return value constraint.
    • Method Detail

      • getValue

        public java.lang.Object getValue()
        Get the value.
        Returns:
        The value.