KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > thaiopensource > datatype > xsd > IdrefDatatype


1 package com.thaiopensource.datatype.xsd;
2
3 class IdrefDatatype extends NCNameDatatype {
4   public int getIdType() {
5     return ID_TYPE_IDREF;
6   }
7 }
8
Popular Tags