All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.jradius.dictionary.vsa_nexans.VSADictionaryImpl Maven / Gradle / Ivy

// DO NOT EDIT THIS FILE DIRECTLY! - AUTOMATICALLY GENERATED
// Generated by: class net.jradius.freeradius.RadiusDictionary
// Generated on: Thu, 5 Jan 2017 15:56:13 +0200

package net.jradius.dictionary.vsa_nexans;

import java.util.Map;

import net.jradius.packet.attribute.VSADictionary;

/**
 * Dictionary for package net.jradius.dictionary.vsa_nexans
 * @author class net.jradius.freeradius.RadiusDictionary
 */
public class VSADictionaryImpl implements VSADictionary
{
    public String getVendorName() { return "Nexans"; }

    public void loadAttributes(Map> map)
    {
        map.put(new Long(1L), Attr_NexansPortDefaultVLANID.class);
        map.put(new Long(2L), Attr_NexansPortVoiceVLANID.class);
    }

    public void loadAttributesNames(Map> map)
    {
        map.put(Attr_NexansPortDefaultVLANID.NAME, Attr_NexansPortDefaultVLANID.class);
        map.put(Attr_NexansPortVoiceVLANID.NAME, Attr_NexansPortVoiceVLANID.class);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy