|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<UaApplication.DiagnosticMask>
com.prosysopc.ua.UaApplication.DiagnosticMask
public static enum UaApplication.DiagnosticMask
Bits values used to mask the types of vendor-specific diagnostics. The server can be requested to return the respective diagnosticInfos in the response parameters of service calls.
UaClient.setServiceDiagnosticMask(java.util.EnumSet) ,
UaClient.setOperationDiagnosticMask(java.util.EnumSet) | Enum Constant Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
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
| Method Detail |
|---|
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 name
NullPointerException - if the argument is nullpublic int getValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||