public static enum ResourceOperationUtils.SEND_PAYLOAD_OPERATIONS extends Enum<ResourceOperationUtils.SEND_PAYLOAD_OPERATIONS>
| Enum Constant and Description | 
|---|
| ADD | 
| DECREMENT | 
| DISABLE | 
| DIVIDE | 
| ENABLE | 
| INCREMENT | 
| MODULUS | 
| MULTIPLIE | 
| OFF | 
| ON | 
| REBOOT | 
| RELOAD | 
| START | 
| STOP | 
| SUBTRACT | 
| TOGGLE | 
| Modifier and Type | Method and Description | 
|---|---|
| static ResourceOperationUtils.SEND_PAYLOAD_OPERATIONS | fromString(String text) | 
| static ResourceOperationUtils.SEND_PAYLOAD_OPERATIONS | get(int id) | 
| String | getText() | 
| static ResourceOperationUtils.SEND_PAYLOAD_OPERATIONS | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static ResourceOperationUtils.SEND_PAYLOAD_OPERATIONS[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final ResourceOperationUtils.SEND_PAYLOAD_OPERATIONS TOGGLE
public static final ResourceOperationUtils.SEND_PAYLOAD_OPERATIONS INCREMENT
public static final ResourceOperationUtils.SEND_PAYLOAD_OPERATIONS DECREMENT
public static final ResourceOperationUtils.SEND_PAYLOAD_OPERATIONS ADD
public static final ResourceOperationUtils.SEND_PAYLOAD_OPERATIONS SUBTRACT
public static final ResourceOperationUtils.SEND_PAYLOAD_OPERATIONS MULTIPLIE
public static final ResourceOperationUtils.SEND_PAYLOAD_OPERATIONS DIVIDE
public static final ResourceOperationUtils.SEND_PAYLOAD_OPERATIONS MODULUS
public static final ResourceOperationUtils.SEND_PAYLOAD_OPERATIONS START
public static final ResourceOperationUtils.SEND_PAYLOAD_OPERATIONS STOP
public static final ResourceOperationUtils.SEND_PAYLOAD_OPERATIONS REBOOT
public static final ResourceOperationUtils.SEND_PAYLOAD_OPERATIONS RELOAD
public static final ResourceOperationUtils.SEND_PAYLOAD_OPERATIONS ENABLE
public static final ResourceOperationUtils.SEND_PAYLOAD_OPERATIONS DISABLE
public static final ResourceOperationUtils.SEND_PAYLOAD_OPERATIONS ON
public static final ResourceOperationUtils.SEND_PAYLOAD_OPERATIONS OFF
public static ResourceOperationUtils.SEND_PAYLOAD_OPERATIONS[] values()
for (ResourceOperationUtils.SEND_PAYLOAD_OPERATIONS c : ResourceOperationUtils.SEND_PAYLOAD_OPERATIONS.values()) System.out.println(c);
public static ResourceOperationUtils.SEND_PAYLOAD_OPERATIONS 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 static ResourceOperationUtils.SEND_PAYLOAD_OPERATIONS get(int id)
public String getText()
public static ResourceOperationUtils.SEND_PAYLOAD_OPERATIONS fromString(String text)
Copyright © 2015–2019. All rights reserved.