public static enum AvpRepresentation.Type extends Enum<AvpRepresentation.Type>
| 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 AvpRepresentation.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AvpRepresentation.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AvpRepresentation.Type OctetString
public static final AvpRepresentation.Type Integer32
public static final AvpRepresentation.Type Integer64
public static final AvpRepresentation.Type Unsigned32
public static final AvpRepresentation.Type Unsigned64
public static final AvpRepresentation.Type Float32
public static final AvpRepresentation.Type Float64
public static final AvpRepresentation.Type Grouped
public static final AvpRepresentation.Type Address
public static final AvpRepresentation.Type Time
public static final AvpRepresentation.Type UTF8String
public static final AvpRepresentation.Type DiameterIdentity
public static final AvpRepresentation.Type DiameterURI
public static final AvpRepresentation.Type Enumerated
public static final AvpRepresentation.Type IPFilterRule
public static final AvpRepresentation.Type QoSFilterRule
public static AvpRepresentation.Type[] values()
for (AvpRepresentation.Type c : AvpRepresentation.Type.values()) System.out.println(c);
public static AvpRepresentation.Type 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.