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

net.jradius.dictionary.vsa_wimax.Attr_WiMAXServiceDataFlowId Maven / Gradle / Ivy

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

import java.io.Serializable;
import net.jradius.packet.attribute.SubAttribute;
import net.jradius.packet.attribute.value.IntegerValue;

/**
 * Attribute Name: WiMAX-Service-Data-Flow-Id
* Attribute Type: 26
* Vendor Id: 24757
* VSA Type: 2
* Value Type: IntegerValue
* * @author class net.jradius.freeradius.RadiusDictionary */ public final class Attr_WiMAXServiceDataFlowId extends SubAttribute { public static final String NAME = "WiMAX-Service-Data-Flow-Id"; public static final int VENDOR_ID = 24757; public static final int PARENT_TYPE = 28; public static final int VSA_TYPE = (2 << 8) | PARENT_TYPE; public static final long TYPE = ((VENDOR_ID & 0xFFFF) << 16) | VSA_TYPE; public static final long serialVersionUID = TYPE; public void setup() { attributeName = NAME; attributeType = 2; setParentClass(Attr_WiMAXPacketFlowDescriptor.class); vendorId = VENDOR_ID; vsaAttributeType = VSA_TYPE; setFormat("1,1,c"); attributeValue = new IntegerValue(); ((IntegerValue)attributeValue).setLength(2); } public Attr_WiMAXServiceDataFlowId() { setup(); } public Attr_WiMAXServiceDataFlowId(Serializable o) { setup(o); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy