All Downloads are FREE. Search and download functionalities are using the official Maven repository.

eu.mihosoft.vmf.vmftext.grammar.WithText Maven / Gradle / Ivy

The newest version!

package eu.mihosoft.vmf.vmftext.grammar;

// vmf imports
//import eu.mihosoft.vmf.runtime.core.*;
import eu.mihosoft.vcollections.*;

// property types imports

// interface

/**
 * An interface-only representation of the model object {@code eu.mihosoft.vmf.vmftext.grammar.WithText}.
 *
 * 
 * 
 *
 */
public interface WithText extends eu.mihosoft.vmf.runtime.core.VObject, Cloneable, eu.mihosoft.vmf.runtime.core.Mutable {


   /**
   * Returns the value of the 'text' property.
   *
   * 
   * 
   *
   * @return the value of the 'text' property.
   * @see WithText#setText(java.lang.String)
   */
 java.lang.String getText();

 /**
  * Sets the value of the 'text' property.
  *
  * 
  * 
  *
  * @param text the value to set
  * @see WithText#getText()
  */
  void setText(java.lang.String text);



// --------------------------------------------------------------------
// --- declaration of delegation methods
// --------------------------------------------------------------------



  /**
   * Returns a read-only wrapper of '{@link WithText WithText}'
   * @return a read-only wrapper of '{@link WithText WithText}'
   */
  ReadOnlyWithText asReadOnly();

  /**
   * Returns a deep clone of this object.
   * @return a deep clone of this object
   */
  @Override
  WithText clone() /*throws CloneNotSupportedException*/;

}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy