aboutsummaryrefslogtreecommitdiffstats
path: root/Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/applicationConfiguration/CustomEntry.java
diff options
context:
space:
mode:
Diffstat (limited to 'Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/applicationConfiguration/CustomEntry.java')
-rw-r--r--Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/applicationConfiguration/CustomEntry.java148
1 files changed, 70 insertions, 78 deletions
diff --git a/Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/applicationConfiguration/CustomEntry.java b/Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/applicationConfiguration/CustomEntry.java
index 0971e99d..dcf598da 100644
--- a/Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/applicationConfiguration/CustomEntry.java
+++ b/Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/applicationConfiguration/CustomEntry.java
@@ -1,78 +1,70 @@
1/** 1/**
2 * generated by Xtext 2.12.0 2 * generated by Xtext 2.21.0
3 */ 3 */
4package hu.bme.mit.inf.dslreasoner.application.applicationConfiguration; 4package hu.bme.mit.inf.dslreasoner.application.applicationConfiguration;
5 5
6 6
7/** 7/**
8 * <!-- begin-user-doc --> 8 * <!-- begin-user-doc -->
9 * A representation of the model object '<em><b>Custom Entry</b></em>'. 9 * A representation of the model object '<em><b>Custom Entry</b></em>'.
10 * <!-- end-user-doc --> 10 * <!-- end-user-doc -->
11 * 11 *
12 * <p> 12 * <p>
13 * The following features are supported: 13 * The following features are supported:
14 * </p> 14 * </p>
15 * <ul> 15 * <ul>
16 * <li>{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.CustomEntry#getKey <em>Key</em>}</li> 16 * <li>{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.CustomEntry#getKey <em>Key</em>}</li>
17 * <li>{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.CustomEntry#getValue <em>Value</em>}</li> 17 * <li>{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.CustomEntry#getValue <em>Value</em>}</li>
18 * </ul> 18 * </ul>
19 * 19 *
20 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ApplicationConfigurationPackage#getCustomEntry() 20 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ApplicationConfigurationPackage#getCustomEntry()
21 * @model 21 * @model
22 * @generated 22 * @generated
23 */ 23 */
24public interface CustomEntry extends ConfigEntry 24public interface CustomEntry extends ConfigEntry
25{ 25{
26 /** 26 /**
27 * Returns the value of the '<em><b>Key</b></em>' attribute. 27 * Returns the value of the '<em><b>Key</b></em>' attribute.
28 * <!-- begin-user-doc --> 28 * <!-- begin-user-doc -->
29 * <p> 29 * <!-- end-user-doc -->
30 * If the meaning of the '<em>Key</em>' attribute isn't clear, 30 * @return the value of the '<em>Key</em>' attribute.
31 * there really should be more of a description here... 31 * @see #setKey(String)
32 * </p> 32 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ApplicationConfigurationPackage#getCustomEntry_Key()
33 * <!-- end-user-doc --> 33 * @model
34 * @return the value of the '<em>Key</em>' attribute. 34 * @generated
35 * @see #setKey(String) 35 */
36 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ApplicationConfigurationPackage#getCustomEntry_Key() 36 String getKey();
37 * @model 37
38 * @generated 38 /**
39 */ 39 * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.CustomEntry#getKey <em>Key</em>}' attribute.
40 String getKey(); 40 * <!-- begin-user-doc -->
41 41 * <!-- end-user-doc -->
42 /** 42 * @param value the new value of the '<em>Key</em>' attribute.
43 * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.CustomEntry#getKey <em>Key</em>}' attribute. 43 * @see #getKey()
44 * <!-- begin-user-doc --> 44 * @generated
45 * <!-- end-user-doc --> 45 */
46 * @param value the new value of the '<em>Key</em>' attribute. 46 void setKey(String value);
47 * @see #getKey() 47
48 * @generated 48 /**
49 */ 49 * Returns the value of the '<em><b>Value</b></em>' attribute.
50 void setKey(String value); 50 * <!-- begin-user-doc -->
51 51 * <!-- end-user-doc -->
52 /** 52 * @return the value of the '<em>Value</em>' attribute.
53 * Returns the value of the '<em><b>Value</b></em>' attribute. 53 * @see #setValue(String)
54 * <!-- begin-user-doc --> 54 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ApplicationConfigurationPackage#getCustomEntry_Value()
55 * <p> 55 * @model
56 * If the meaning of the '<em>Value</em>' attribute isn't clear, 56 * @generated
57 * there really should be more of a description here... 57 */
58 * </p> 58 String getValue();
59 * <!-- end-user-doc --> 59
60 * @return the value of the '<em>Value</em>' attribute. 60 /**
61 * @see #setValue(String) 61 * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.CustomEntry#getValue <em>Value</em>}' attribute.
62 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ApplicationConfigurationPackage#getCustomEntry_Value() 62 * <!-- begin-user-doc -->
63 * @model 63 * <!-- end-user-doc -->
64 * @generated 64 * @param value the new value of the '<em>Value</em>' attribute.
65 */ 65 * @see #getValue()
66 String getValue(); 66 * @generated
67 67 */
68 /** 68 void setValue(String value);
69 * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.CustomEntry#getValue <em>Value</em>}' attribute. 69
70 * <!-- begin-user-doc --> 70} // CustomEntry
71 * <!-- end-user-doc -->
72 * @param value the new value of the '<em>Value</em>' attribute.
73 * @see #getValue()
74 * @generated
75 */
76 void setValue(String value);
77
78} // CustomEntry