Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkmoore2010-08-25 16:42:13 +0000
committerkmoore2010-08-25 16:42:13 +0000
commit891e1b8ae8148ec95f8fff19e436e6a0a3da66b5 (patch)
tree0e84fa8cbe7191873cfefd1b78332d0c1ba977bd /jpa/plugins/org.eclipse.jpt.core/src/org/eclipse/jpt/core/context/Entity.java
parent3959074e70db1f75079132e998106a68859a1e54 (diff)
downloadwebtools.dali-891e1b8ae8148ec95f8fff19e436e6a0a3da66b5.tar.gz
webtools.dali-891e1b8ae8148ec95f8fff19e436e6a0a3da66b5.tar.xz
webtools.dali-891e1b8ae8148ec95f8fff19e436e6a0a3da66b5.zip
132216 - type mapping class validation errors and validation preferences
Diffstat (limited to 'jpa/plugins/org.eclipse.jpt.core/src/org/eclipse/jpt/core/context/Entity.java')
-rw-r--r--jpa/plugins/org.eclipse.jpt.core/src/org/eclipse/jpt/core/context/Entity.java7
1 files changed, 1 insertions, 6 deletions
diff --git a/jpa/plugins/org.eclipse.jpt.core/src/org/eclipse/jpt/core/context/Entity.java b/jpa/plugins/org.eclipse.jpt.core/src/org/eclipse/jpt/core/context/Entity.java
index 094511a7c7..fb3c46bacc 100644
--- a/jpa/plugins/org.eclipse.jpt.core/src/org/eclipse/jpt/core/context/Entity.java
+++ b/jpa/plugins/org.eclipse.jpt.core/src/org/eclipse/jpt/core/context/Entity.java
@@ -20,7 +20,7 @@ import java.util.ListIterator;
* pioneering adopters on the understanding that any code that uses this API
* will almost certainly be broken (repeatedly) as the API evolves.
*
- * @version 2.3
+ * @version 3.0
* @since 2.0
*/
public interface Entity
@@ -29,11 +29,6 @@ public interface Entity
// **************** name **************************************
/**
- * Return the name, specified or default if not specified.
- */
- String getName();
-
- /**
* Return the specified name.
*/
String getSpecifiedName();

Back to the top