Class EventValueDescription

    • Method Detail

      • getName

        public java.lang.String getName()
        Returns:
        the Name.
      • toString

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

        public boolean checkForType​(java.lang.Object value)
        Checks if the value is of the proper type for this receiver.
        Parameters:
        value - the value to check.
        Returns:
        true if the value is of the proper type for this receiver.
      • getObjectFromString

        public java.lang.Object getObjectFromString​(java.lang.String value)
        Returns an object of a valid type (based on the value returned by getEventValueType()) from a String value.

        IMPORTANT EventContainer.EventValueType.LIST and EventContainer.EventValueType.TREE are not supported.

        Parameters:
        value - the value of the object expressed as a string.
        Returns:
        an object or null if the conversion could not be done.