public enum Originator extends java.lang.Enum<Originator>
Enum Constant and Description |
---|
Network
The message originates from the network.
|
UE
The message originates from the UE.
|
Modifier and Type | Method and Description |
---|---|
static Originator |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Originator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Originator UE
public static final Originator Network
public static Originator[] values()
for (Originator c : Originator.values()) System.out.println(c);
public static Originator 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 © 2024 OSS Nokalva, Inc. All rights reserved.
This document is proprietary to OSS Nokalva, Inc., and may be used only by their direct licensees. Distribution is not permitted. This copyright statement must not be removed.