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