public class AVP<T> extends Object implements org.cipango.diameter.util.Visitable
AVP(Type<T> type)
AVP(Type<T> type, T value)
void
accept(org.cipango.diameter.util.DiameterVisitor visitor)
Type<T>
getType()
T
getValue()
setValue(T value)
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public AVP(Type<T> type)
public AVP(Type<T> type, T value)
public Type<T> getType()
public void setValue(T value)
public T getValue()
public void accept(org.cipango.diameter.util.DiameterVisitor visitor)
accept
org.cipango.diameter.util.Visitable
public String toString()
toString
Object
Copyright © 2014. All Rights Reserved.