public static enum Diagnostics.Owner extends java.lang.Enum<Diagnostics.Owner>
Modifier and Type | Method and Description |
---|---|
java.lang.String |
id()
Returns a single character that identifies the NAS/Java runtime
component.
|
static Diagnostics.Owner |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Diagnostics.Owner[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Diagnostics.Owner Encoder
public static final Diagnostics.Owner Decoder
public static final Diagnostics.Owner Other
public static Diagnostics.Owner[] values()
for (Diagnostics.Owner c : Diagnostics.Owner.values()) System.out.println(c);
public static Diagnostics.Owner 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 nullpublic java.lang.String id()
Copyright © 2023 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.