26272829303132333435
} } public ITWindowKind getKind() throws WindowDeletedException { try { return new ITWindowKind(this.iTunesCom.getPropertyAsEnum("Kind")); } catch (ITUNES_E_OBJECTDELETED e) { throw new WindowDeletedException(this); } }
17181920212223
public String getName() throws JitcaGeneralException { return this.iTunesCom.getPropertyAsString("Name"); } public ITWindowKind getKind() throws JitcaGeneralException { return new ITWindowKind(this.iTunesCom.getPropertyAsEnum("Kind")); }