module elte { module java2_utikalauz5 { module corba { interface Gepjarmu { readonly attribute string rendszam; readonly attribute string tulajdonos; string print(); }; interface Autobusz : Gepjarmu { attribute short ferohely; }; interface Teherauto : Gepjarmu { attribute short max_terheles; }; }; }; };