Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'hibernate/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/Cache.java')
-rwxr-xr-xhibernate/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/Cache.java64
1 files changed, 36 insertions, 28 deletions
diff --git a/hibernate/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/Cache.java b/hibernate/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/Cache.java
index c8049bed7..a4911cc7d 100755
--- a/hibernate/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/Cache.java
+++ b/hibernate/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/Cache.java
@@ -7,31 +7,33 @@
package org.eclipse.emf.teneo.hibernate.hbannotation;
/**
- * <!-- begin-user-doc --> A representation of the model object '<em><b>Cache</b></em>'. <!-- end-user-doc -->
- *
+ * <!-- begin-user-doc --> A representation of the model object ' <em><b>Cache</b></em>'. <!--
+ * end-user-doc -->
+ *
* <p>
* The following features are supported:
* <ul>
- * <li>{@link org.eclipse.emf.teneo.hibernate.hbannotation.Cache#getUsage <em>Usage</em>}</li>
- * <li>{@link org.eclipse.emf.teneo.hibernate.hbannotation.Cache#getRegion <em>Region</em>}</li>
- * <li>{@link org.eclipse.emf.teneo.hibernate.hbannotation.Cache#getInclude <em>Include</em>}</li>
+ * <li>{@link org.eclipse.emf.teneo.hibernate.hbannotation.Cache#getUsage <em> Usage</em>}</li>
+ * <li>{@link org.eclipse.emf.teneo.hibernate.hbannotation.Cache#getRegion <em> Region</em>}</li>
+ * <li>{@link org.eclipse.emf.teneo.hibernate.hbannotation.Cache#getInclude <em> Include</em>}</li>
* </ul>
* </p>
- *
+ *
* @see org.eclipse.emf.teneo.hibernate.hbannotation.HbannotationPackage#getCache()
- * @model annotation="http://annotation.elver.org/internal/Target 0='EReference' 1='EClass'"
+ * @model annotation= "http://annotation.elver.org/internal/Target 0='EReference' 1='EClass'"
* @generated
*/
public interface Cache extends HbAnnotation {
/**
- * Returns the value of the '<em><b>Usage</b></em>' attribute.
- * The literals are from the enumeration {@link org.eclipse.emf.teneo.hibernate.hbannotation.CacheConcurrencyStrategy}.
+ * Returns the value of the '<em><b>Usage</b></em>' attribute. The literals are from the
+ * enumeration {@link org.eclipse.emf.teneo.hibernate.hbannotation.CacheConcurrencyStrategy} .
* <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>Usage</em>' attribute isn't clear, there really should be more of a description
- * here...
+ * If the meaning of the '<em>Usage</em>' attribute isn't clear, there really should be more of a
+ * description here...
* </p>
* <!-- end-user-doc -->
+ *
* @return the value of the '<em>Usage</em>' attribute.
* @see org.eclipse.emf.teneo.hibernate.hbannotation.CacheConcurrencyStrategy
* @see #setUsage(CacheConcurrencyStrategy)
@@ -42,9 +44,11 @@ public interface Cache extends HbAnnotation {
CacheConcurrencyStrategy getUsage();
/**
- * Sets the value of the '{@link org.eclipse.emf.teneo.hibernate.hbannotation.Cache#getUsage <em>Usage</em>}' attribute.
- * <!-- begin-user-doc --> <!-- end-user-doc -->
- * @param value the new value of the '<em>Usage</em>' attribute.
+ * Sets the value of the ' {@link org.eclipse.emf.teneo.hibernate.hbannotation.Cache#getUsage
+ * <em>Usage</em>}' attribute. <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
+ * @param value
+ * the new value of the '<em>Usage</em>' attribute.
* @see org.eclipse.emf.teneo.hibernate.hbannotation.CacheConcurrencyStrategy
* @see #getUsage()
* @generated
@@ -52,13 +56,13 @@ public interface Cache extends HbAnnotation {
void setUsage(CacheConcurrencyStrategy value);
/**
- * Returns the value of the '<em><b>Region</b></em>' attribute.
- * <!-- begin-user-doc -->
+ * Returns the value of the '<em><b>Region</b></em>' attribute. <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>Region</em>' attribute isn't clear, there really should be more of a description
- * here...
+ * If the meaning of the '<em>Region</em>' attribute isn't clear, there really should be more of a
+ * description here...
* </p>
* <!-- end-user-doc -->
+ *
* @return the value of the '<em>Region</em>' attribute.
* @see #setRegion(String)
* @see org.eclipse.emf.teneo.hibernate.hbannotation.HbannotationPackage#getCache_Region()
@@ -68,22 +72,24 @@ public interface Cache extends HbAnnotation {
String getRegion();
/**
- * Sets the value of the '{@link org.eclipse.emf.teneo.hibernate.hbannotation.Cache#getRegion <em>Region</em>}' attribute.
- * <!-- begin-user-doc --> <!-- end-user-doc -->
- * @param value the new value of the '<em>Region</em>' attribute.
+ * Sets the value of the ' {@link org.eclipse.emf.teneo.hibernate.hbannotation.Cache#getRegion
+ * <em>Region</em>}' attribute. <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
+ * @param value
+ * the new value of the '<em>Region</em>' attribute.
* @see #getRegion()
* @generated
*/
void setRegion(String value);
/**
- * Returns the value of the '<em><b>Include</b></em>' attribute.
- * <!-- begin-user-doc -->
+ * Returns the value of the '<em><b>Include</b></em>' attribute. <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>Include</em>' attribute isn't clear, there really should be more of a description
- * here...
+ * If the meaning of the '<em>Include</em>' attribute isn't clear, there really should be more of
+ * a description here...
* </p>
* <!-- end-user-doc -->
+ *
* @return the value of the '<em>Include</em>' attribute.
* @see #setInclude(String)
* @see org.eclipse.emf.teneo.hibernate.hbannotation.HbannotationPackage#getCache_Include()
@@ -93,9 +99,11 @@ public interface Cache extends HbAnnotation {
String getInclude();
/**
- * Sets the value of the '{@link org.eclipse.emf.teneo.hibernate.hbannotation.Cache#getInclude <em>Include</em>}' attribute.
- * <!-- begin-user-doc --> <!-- end-user-doc -->
- * @param value the new value of the '<em>Include</em>' attribute.
+ * Sets the value of the ' {@link org.eclipse.emf.teneo.hibernate.hbannotation.Cache#getInclude
+ * <em>Include</em>}' attribute. <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
+ * @param value
+ * the new value of the '<em>Include</em>' attribute.
* @see #getInclude()
* @generated
*/

Back to the top