Uses of Class
sbnmarc.C012

Packages that use C012
sbnmarc   
 

Uses of C012 in sbnmarc
 

Methods in sbnmarc that return C012
static C012 C012.unmarshalC012(java.io.Reader reader)
           
 C012 MusicaType.getT012(int index)
           
 C012[] MusicaType.getT012()
           
 C012 AnticoType.getT012(int index)
           
 C012[] AnticoType.getT012()
           
 C012 CercaDocMusicaType.getT012()
          Returns the value of field 't012'.
 C012 CercaDocAnticoType.getT012()
          Returns the value of field 't012'.
 

Methods in sbnmarc with parameters of type C012
 void MusicaType.addT012(C012 vT012)
           
 void MusicaType.addT012(int index, C012 vT012)
           
 boolean MusicaType.removeT012(C012 vT012)
           
 void MusicaType.setT012(int index, C012 vT012)
           
 void MusicaType.setT012(C012[] t012Array)
           
 void AnticoType.addT012(C012 vT012)
           
 void AnticoType.addT012(int index, C012 vT012)
           
 boolean AnticoType.removeT012(C012 vT012)
           
 void AnticoType.setT012(int index, C012 vT012)
           
 void AnticoType.setT012(C012[] t012Array)
           
 void CercaDocMusicaType.setT012(C012 t012)
          Sets the value of field 't012'.
 void CercaDocAnticoType.setT012(C012 t012)
          Sets the value of field 't012'.