net.jradius.packet.attribute
Class AttributeFactory.VendorValue

java.lang.Object
  extended by net.jradius.packet.attribute.AttributeFactory.VendorValue
Enclosing class:
AttributeFactory

public static final class AttributeFactory.VendorValue
extends Object


Constructor Summary
AttributeFactory.VendorValue(Class<?> c, LinkedHashMap<Long,Class<?>> t, Map<String,Class<?>> n)
           
 
Method Summary
 Map<Long,Class<?>> getAttributeMap()
           
 Map<String,Class<?>> getAttributeNameMap()
           
 Class<?> getDictClass()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeFactory.VendorValue

public AttributeFactory.VendorValue(Class<?> c,
                                    LinkedHashMap<Long,Class<?>> t,
                                    Map<String,Class<?>> n)
Method Detail

getAttributeNameMap

public Map<String,Class<?>> getAttributeNameMap()

getAttributeMap

public Map<Long,Class<?>> getAttributeMap()

getDictClass

public Class<?> getDictClass()


Copyright © 2011 Coova Technologies, LLC, All Rights Reserved.