Class MetaFunctionElement


  • public class MetaFunctionElement
    extends MetaViewElement
    A view element which represents an action.
    Version:
    $Id: $Id
    Author:
    another
    • Constructor Detail

      • MetaFunctionElement

        public MetaFunctionElement​(java.lang.String aName)
        Creates a new MetaFunctionElement.
        Parameters:
        aName - a String object.
    • Method Detail

      • getPropertyName

        public java.lang.String getPropertyName()

        getPropertyName.

        Returns:
        a String object.
      • getCaption

        public java.lang.String getCaption()

        Getter for the field caption.

        Overrides:
        getCaption in class MetaViewElement
        Returns:
        a String object.
      • setCaption

        public void setCaption​(java.lang.String string)

        Setter for the field caption.

        Overrides:
        setCaption in class MetaViewElement
        Parameters:
        string - a String object.
      • isComparable

        public boolean isComparable()

        isComparable.

        Overrides:
        isComparable in class MetaViewElement
        Returns:
        true if the element is comparable, otherwise - false