public static enum UaApplication.DiagnosticMask extends Enum<UaApplication.DiagnosticMask>
| Enum Constant and Description |
|---|
AdditionalInfo
return a byte string that contains additional diagnostic information, such as a memory image.
|
InnerDiagnostics
return the inner diagnostic info associated with the operation or Service.
|
InnerStatusCode
return the inner StatusCode associated with the operation or Service.
|
LocalizedText
return up to 256 bytes of localized text that describes the symbolic id.
|
SymbolicId
return a namespace-qualified, symbolic identifier for an error or condition.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getValue() |
static UaApplication.DiagnosticMask |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UaApplication.DiagnosticMask[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UaApplication.DiagnosticMask AdditionalInfo
public static final UaApplication.DiagnosticMask InnerDiagnostics
public static final UaApplication.DiagnosticMask InnerStatusCode
public static final UaApplication.DiagnosticMask LocalizedText
public static final UaApplication.DiagnosticMask SymbolicId
public static UaApplication.DiagnosticMask[] values()
for (UaApplication.DiagnosticMask c : UaApplication.DiagnosticMask.values()) System.out.println(c);
public static UaApplication.DiagnosticMask 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 nullpublic int getValue()
Copyright © 2026. All rights reserved.