1 16 17 package org.apache.xerces.xs; 18 19 23 public interface XSIDCDefinition extends XSObject { 24 29 public static final short IC_KEY = 1; 30 34 public static final short IC_KEYREF = 2; 35 39 public static final short IC_UNIQUE = 3; 40 41 44 public short getCategory(); 45 46 49 public String getSelectorStr(); 50 51 54 public StringList getFieldStrs(); 55 56 61 public XSIDCDefinition getRefKey(); 62 63 67 public XSObjectList getAnnotations(); 68 69 } 70 | Popular Tags |