Uses of Class
sbnmarc.C927

Packages that use C927
sbnmarc   
 

Uses of C927 in sbnmarc
 

Methods in sbnmarc that return C927
static C927 C927.unmarshalC927(java.io.Reader reader)
           
 C927 MusicaType.getT927(int index)
           
 C927[] MusicaType.getT927()
           
 

Methods in sbnmarc with parameters of type C927
 void MusicaType.addT927(C927 vT927)
           
 void MusicaType.addT927(int index, C927 vT927)
           
 boolean MusicaType.removeT927(C927 vT927)
           
 void MusicaType.setT927(int index, C927 vT927)
           
 void MusicaType.setT927(C927[] t927Array)