Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » XML Schema Definition (XSD) » Boolean Attributes
Boolean Attributes [message #602967] Fri, 11 April 2008 11:58
Eclipse UserFriend
Originally posted by: emf.klmusic.no

How come this gives me errors when I generate it? The MyClassImpl.java
complains in the eSet, eIsSet, eUnset and isMyAttribute functions about
casting and undefined operators. Is this a bug or is there something wrong
with my setup?


/**
* @model
*/
public interface MyClass extends EObject {
/**
* @model
*/
boolean isMyAttribute();
}
Previous Topic:Creating Link in XSD
Next Topic:Boolean Attributes
Goto Forum:
  


Current Time: Fri Apr 26 04:39:23 GMT 2024

Powered by FUDForum. Page generated in 0.02960 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top