public enum RuntimeState extends java.lang.Enum<RuntimeState>
Enum Constant and Description |
---|
ERROR_RUNTIME_NOT_COMPATIBLE
The runtime is not compatible with the architecture.
|
ERROR_RUNTIME_NOT_FOUND
The runtime was not found.
|
VALID
The runtime is valid.
|
Modifier and Type | Method and Description |
---|---|
static RuntimeState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RuntimeState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RuntimeState VALID
public static final RuntimeState ERROR_RUNTIME_NOT_FOUND
public static final RuntimeState ERROR_RUNTIME_NOT_COMPATIBLE
public static RuntimeState[] values()
for (RuntimeState c : RuntimeState.values()) System.out.println(c);
public static RuntimeState 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 ©2017-2023 Dassault Aviation. All Rights Reserved. Documentation and source under the LGPL v3 licence