|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WritableDictionary
A dictionary that is not read-only. Provides methods to add entries to the dictionary.
Method Summary | |
---|---|
void |
addAttributeType(AttributeType attributeType)
Adds an AttributeType object to the dictionary. |
void |
addVendor(int vendorId,
java.lang.String vendorName)
Adds the given vendor to the dictionary. |
Methods inherited from interface org.tinyradius.dictionary.Dictionary |
---|
getAttributeTypeByCode, getAttributeTypeByCode, getAttributeTypeByName, getVendorId, getVendorName |
Method Detail |
---|
void addVendor(int vendorId, java.lang.String vendorName)
vendorId
- vendor IDvendorName
- name of the vendorvoid addAttributeType(AttributeType attributeType)
attributeType
- AttributeType object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |