public static enum SiLACall.Type extends Enum<SiLACall.Type>
| Enum Constant and Description |
|---|
DOWNLOAD_BINARY |
GET_BINARY_INFO |
GET_FCP_AFFECTED_BY_METADATA |
OBSERVABLE_COMMAND |
OBSERVABLE_PROPERTY |
OBSERVABLE_PROPERTY_READ |
UNOBSERVABLE_COMMAND |
UNOBSERVABLE_PROPERTY |
UPLOAD_BINARY |
| Modifier and Type | Method and Description |
|---|---|
static SiLACall.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SiLACall.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SiLACall.Type UNOBSERVABLE_COMMAND
public static final SiLACall.Type OBSERVABLE_COMMAND
public static final SiLACall.Type UNOBSERVABLE_PROPERTY
public static final SiLACall.Type OBSERVABLE_PROPERTY
public static final SiLACall.Type OBSERVABLE_PROPERTY_READ
public static final SiLACall.Type GET_FCP_AFFECTED_BY_METADATA
public static final SiLACall.Type UPLOAD_BINARY
public static final SiLACall.Type DOWNLOAD_BINARY
public static final SiLACall.Type GET_BINARY_INFO
public static SiLACall.Type[] values()
for (SiLACall.Type c : SiLACall.Type.values()) System.out.println(c);
public static SiLACall.Type 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 nullCopyright © 2024 SiLA Java Developers. All rights reserved.