package net.kodeninja.DMAP.parameters.daap;
import net.kodeninja.DMAP.DataTypes.DMAPListParameter;
/**
* Generated class for parameter: daap.resolveinfo
*/
public class arif extends DMAPListParameter {
/**
* Parameter Type
*/
private static final String PARAM_NAME = "daap.resolveinfo";
/**
* Default constructor used when reading tags from a stream.
*/
public arif() {
super(PARAM_NAME);
}
}
|