public static enum CloudletTopic.Method extends Enum<CloudletTopic.Method>
Modifier and Type | Method and Description |
---|---|
static CloudletTopic.Method |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CloudletTopic.Method[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CloudletTopic.Method GET
public static final CloudletTopic.Method PUT
public static final CloudletTopic.Method POST
public static final CloudletTopic.Method DEL
public static final CloudletTopic.Method EXEC
public static CloudletTopic.Method[] values()
for (CloudletTopic.Method c : CloudletTopic.Method.values()) System.out.println(c);
public static CloudletTopic.Method 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 © 2014. All Rights Reserved.