Class MElementRef


  • public class MElementRef
    extends MElement
    Reference to another element.
    • Field Detail

      • ref

        protected java.lang.String ref
        The referenced element name.
      • exported

        protected boolean exported
        The exported flag.
      • result

        protected boolean result
        The exported flag.
    • Constructor Detail

      • MElementRef

        public MElementRef()
    • Method Detail

      • getRef

        public java.lang.String getRef()
        Get the ref.
        Returns:
        The ref
      • setRef

        public void setRef​(java.lang.String ref)
        The ref to set.
        Parameters:
        ref - The ref to set
      • isExported

        public boolean isExported()
        Get the exported.
        Returns:
        The exported
      • setExported

        public void setExported​(boolean exported)
        The exported to set.
        Parameters:
        exported - The exported to set
      • isResult

        public boolean isResult()
        Get the result.
        Returns:
        The result
      • setResult

        public void setResult​(boolean result)
        The result to set.
        Parameters:
        result - The result to set