public enum AvpType extends Enum<AvpType>
| Enum Constant and Description |
|---|
Address |
DiameterIdentity |
DiameterURI |
Enumerated |
Float32 |
Float64 |
Grouped |
Integer32 |
Integer64 |
IPFilterRule |
OctetString |
QoSFilterRule |
Time |
Unsigned32 |
Unsigned64 |
UTF8String |
| Modifier and Type | Method and Description |
|---|---|
static AvpType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AvpType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AvpType OctetString
public static final AvpType Integer32
public static final AvpType Integer64
public static final AvpType Unsigned32
public static final AvpType Unsigned64
public static final AvpType Float32
public static final AvpType Float64
public static final AvpType Grouped
public static final AvpType Address
public static final AvpType Time
public static final AvpType UTF8String
public static final AvpType DiameterIdentity
public static final AvpType DiameterURI
public static final AvpType Enumerated
public static final AvpType IPFilterRule
public static final AvpType QoSFilterRule
public static AvpType[] values()
for (AvpType c : AvpType.values()) System.out.println(c);
public static AvpType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2016. All Rights Reserved.