|
|||||||||||||||||||
| This license of Clover is provided to support the development of JBind only. Please visit http://www.thecortex.net/clover to obtain a licensed version of Clover. | |||||||||||||||||||
| Source file | Conditionals | Statements | Methods | TOTAL | |||||||||||||||
| SpaceData.java | - | 100% | 100% | 100% |
|
||||||||||||||
| 1 |
/* |
|
| 2 |
* Generated file - DO NOT MODIFY - changes will be lost. |
|
| 3 |
*/ |
|
| 4 |
package org.jbind.xml.knownSchemas.xml98.attribute; |
|
| 5 |
public class SpaceData extends org.jbind.xml.instance.data.NCNameData implements org.jbind.xml.knownSchemas.xml98.attribute.ISpaceData {
|
|
| 6 |
public static class DataCreator_ implements org.jbind.xml.core.data.IDataCreator {
|
|
| 7 | 6 |
public org.jbind.xml.core.data.IAnyTypeData newData() { return new SpaceData(); }
|
| 8 |
} |
|
| 9 |
} |
|
| 10 |
|
|
||||||||||