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

net.jradius.dictionary.Attr_TmpInteger6 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.IntegerValue;

/**
 * Attribute Name: Tmp-Integer-6
* Attribute Type: 1816 (FreeRADIUS Internal Attribute)

* Value Type: IntegerValue
* * @author class net.jradius.freeradius.RadiusDictionary */ public final class Attr_TmpInteger6 extends RadiusAttribute { public static final String NAME = "Tmp-Integer-6"; public static final long TYPE = 1816; public static final long serialVersionUID = TYPE; public void setup() { attributeName = NAME; attributeType = 1816; attributeValue = new IntegerValue(); } public Attr_TmpInteger6() { setup(); } public Attr_TmpInteger6(Serializable o) { setup(o); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy