com.sun.tools.xjc.model
public class SymbolSpace extends Object
That is, XJC'll require that the IDREF belongs to the same symbol space as the ID. Having this concept allows us to assign more specific type to IDREF.
See the design document for detail.
Constructor Summary | |
---|---|
SymbolSpace(JCodeModel _codeModel) |
Method Summary | |
---|---|
JType | getType()
Gets the Java type of this symbol space.
|
void | setType(JType _type) |
String | toString() |
A symbol space is said to have a Java type X if all classes pointed by IDs belonging to this symbol space are assignable to X.