KickJava   Java API By Example, From Geeks To Geeks.

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


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