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

net.jradius.dictionary.Attr_XAscendHomeNetworkName Maven / Gradle / Ivy

The newest version!
// 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;

import java.io.Serializable;
import net.jradius.packet.attribute.RadiusAttribute;
import net.jradius.packet.attribute.value.StringValue;

/**
 * Attribute Name: X-Ascend-Home-Network-Name
* Attribute Type: 185
* Value Type: StringValue
* * @author class net.jradius.freeradius.RadiusDictionary */ public final class Attr_XAscendHomeNetworkName extends RadiusAttribute { public static final String NAME = "X-Ascend-Home-Network-Name"; public static final long TYPE = 185; public static final long serialVersionUID = TYPE; public void setup() { attributeName = NAME; attributeType = 185; attributeValue = new StringValue(); } public Attr_XAscendHomeNetworkName() { setup(); } public Attr_XAscendHomeNetworkName(Serializable o) { setup(o); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy