View Javadoc

1   /**
2    * (c) Mod4j and contributors
3    *
4    * $Id$
5    */
6   package org.mod4j.crossx.mm.crossx;
7   
8   
9   /**
10   * <!-- begin-user-doc -->
11   * A representation of the model object '<em><b>Literal Symbol Property</b></em>'.
12   * <!-- end-user-doc -->
13   *
14   * <p>
15   * The following features are supported:
16   * <ul>
17   *   <li>{@link org.mod4j.crossx.mm.crossx.LiteralSymbolProperty#getValue <em>Value</em>}</li>
18   * </ul>
19   * </p>
20   *
21   * @see org.mod4j.crossx.mm.crossx.CrossxPackage#getLiteralSymbolProperty()
22   * @model
23   * @generated
24   */
25  public interface LiteralSymbolProperty extends SymbolProperty {
26      /**
27       * Returns the value of the '<em><b>Value</b></em>' attribute.
28       * <!-- begin-user-doc -->
29       * <p>
30       * If the meaning of the '<em>Value</em>' attribute isn't clear,
31       * there really should be more of a description here...
32       * </p>
33       * <!-- end-user-doc -->
34       * @return the value of the '<em>Value</em>' attribute.
35       * @see #setValue(String)
36       * @see org.mod4j.crossx.mm.crossx.CrossxPackage#getLiteralSymbolProperty_Value()
37       * @model
38       * @generated
39       */
40      String getValue();
41  
42      /**
43       * Sets the value of the '{@link org.mod4j.crossx.mm.crossx.LiteralSymbolProperty#getValue <em>Value</em>}' attribute.
44       * <!-- begin-user-doc -->
45       * <!-- end-user-doc -->
46       * @param value the new value of the '<em>Value</em>' attribute.
47       * @see #getValue()
48       * @generated
49       */
50      void setValue(String value);
51  
52  } // LiteralSymbolProperty