1 57 58 package com.sun.org.apache.xerces.internal.xs; 59 60 64 public interface XSIDCDefinition extends XSObject { 65 70 public static final short IC_KEY = 1; 71 75 public static final short IC_KEYREF = 2; 76 80 public static final short IC_UNIQUE = 3; 81 82 85 public short getCategory(); 86 87 90 public String getSelectorStr(); 91 92 95 public StringList getFieldStrs(); 96 97 102 public XSIDCDefinition getRefKey(); 103 104 108 public XSObjectList getAnnotations(); 109 110 } 111 | Popular Tags |