net.jradius.dictionary.vsa_purewave.VSADictionaryImpl Maven / Gradle / Ivy
// DO NOT EDIT THIS FILE DIRECTLY! - AUTOMATICALLY GENERATED
// Generated by: class net.jradius.freeradius.RadiusDictionary
// Generated on: Fri, 29 Nov 2013 13:24:47 +0000
package net.jradius.dictionary.vsa_purewave;
import java.util.Map;
import net.jradius.packet.attribute.VSADictionary;
/**
* Dictionary for package net.jradius.dictionary.vsa_purewave
* @author class net.jradius.freeradius.RadiusDictionary
*/
public class VSADictionaryImpl implements VSADictionary
{
public String getVendorName() { return "Purewave"; }
public void loadAttributes(Map> map)
{
map.put(new Long(1L), Attr_PurewaveClientProfile.class);
map.put(new Long(2L), Attr_PurewaveCSType.class);
map.put(new Long(3L), Attr_PurewaveMaxDownlinkRate.class);
map.put(new Long(4L), Attr_PurewaveMaxUplinkRate.class);
map.put(new Long(5L), Attr_PurewaveIPAddress.class);
map.put(new Long(6L), Attr_PurewaveIPNetmask.class);
map.put(new Long(7L), Attr_PurewaveServiceEnable.class);
}
public void loadAttributesNames(Map> map)
{
map.put(Attr_PurewaveClientProfile.NAME, Attr_PurewaveClientProfile.class);
map.put(Attr_PurewaveCSType.NAME, Attr_PurewaveCSType.class);
map.put(Attr_PurewaveMaxDownlinkRate.NAME, Attr_PurewaveMaxDownlinkRate.class);
map.put(Attr_PurewaveMaxUplinkRate.NAME, Attr_PurewaveMaxUplinkRate.class);
map.put(Attr_PurewaveIPAddress.NAME, Attr_PurewaveIPAddress.class);
map.put(Attr_PurewaveIPNetmask.NAME, Attr_PurewaveIPNetmask.class);
map.put(Attr_PurewaveServiceEnable.NAME, Attr_PurewaveServiceEnable.class);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy