net.sf.jradius.packet.attribute.value
Class StringValue
java.lang.Object
net.sf.jradius.packet.attribute.value.AttributeValue
net.sf.jradius.packet.attribute.value.OctetsValue
net.sf.jradius.packet.attribute.value.StringValue
- All Implemented Interfaces:
- java.io.Serializable
public class StringValue
- extends OctetsValue
The String attribute value
- Author:
- David Bird
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
StringValue
public StringValue()
StringValue
public StringValue(java.lang.String s)
toString
public java.lang.String toString()
- Overrides:
toString
in class OctetsValue
toXMLString
public java.lang.String toXMLString()
- Overrides:
toXMLString
in class AttributeValue
getValueObject
public java.io.Serializable getValueObject()
- Overrides:
getValueObject
in class OctetsValue
setString
public void setString(java.lang.String s)
setValueObject
public void setValueObject(java.io.Serializable o)
- Overrides:
setValueObject
in class OctetsValue
Copyright © 2006 The JRadius Project, All Rights Reserved.