
com.sun.xml.ws.commons.virtualbox.IFloppyImage Maven / Gradle / Ivy
package com.sun.xml.ws.commons.virtualbox;
/**
* The IFloppyImage interface represents a medium containing the image
* of a floppy disk. This is a subclass of {@link IMedium}; see remarks there.
*
*/
public class IFloppyImage {
public final VboxPortType port;
public final String _this;
public IFloppyImage(String _this, VboxPortType port) {
this._this = _this;
this.port = port;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy