public class StringAttribute extends RadiusAttribute
| 构造器和说明 |
|---|
StringAttribute()
Constructs an empty string attribute.
|
StringAttribute(int type,
String value)
Constructs a string attribute with the given value.
|
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAttributeValue()
Returns the string value of this attribute.
|
void |
setAttributeValue(String value)
Sets the string value of this attribute.
|
createRadiusAttribute, createRadiusAttribute, createRadiusAttribute, getAttributeData, getAttributeType, getAttributeTypeObject, getDictionary, getVendorId, readAttribute, setAttributeData, setAttributeType, setDictionary, setVendorId, toString, writeAttributepublic StringAttribute()
public StringAttribute(int type,
String value)
type - attribute typevalue - attribute valuepublic String getAttributeValue()
getAttributeValue 在类中 RadiusAttributepublic void setAttributeValue(String value)
setAttributeValue 在类中 RadiusAttributevalue - string, not nullCopyright © 2016. All rights reserved.