public enum DiameterServiceMappingPoint extends java.lang.Enum<DiameterServiceMappingPoint>
Enum Constant and Description |
---|
Cdr |
OnInitialTriggerResponse |
OnSessionEnd |
OnSubsequentResponse |
Modifier and Type | Method and Description |
---|---|
static DiameterServiceMappingPoint |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DiameterServiceMappingPoint[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DiameterServiceMappingPoint OnInitialTriggerResponse
public static final DiameterServiceMappingPoint OnSubsequentResponse
public static final DiameterServiceMappingPoint OnSessionEnd
public static final DiameterServiceMappingPoint Cdr
public static DiameterServiceMappingPoint[] values()
for (DiameterServiceMappingPoint c : DiameterServiceMappingPoint.values()) System.out.println(c);
public static DiameterServiceMappingPoint valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © OpenCloud. All Rights Reserved.