Uses of Class
sbnmarc.C926

Packages that use C926
sbnmarc   
 

Uses of C926 in sbnmarc
 

Methods in sbnmarc that return C926
static C926 C926.unmarshalC926(java.io.Reader reader)
           
 C926 MusicaType.getT926(int index)
           
 C926[] MusicaType.getT926()
           
 

Methods in sbnmarc with parameters of type C926
 void MusicaType.addT926(C926 vT926)
           
 void MusicaType.addT926(int index, C926 vT926)
           
 boolean MusicaType.removeT926(C926 vT926)
           
 void MusicaType.setT926(int index, C926 vT926)
           
 void MusicaType.setT926(C926[] t926Array)