public enum Views extends Enum<Views>
| Modifier and Type | Method and Description |
|---|---|
String |
mapFunction() |
static Views |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Views[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
String |
viewName() |
public static final Views CHANNEL
public static final Views UAID
public static final Views TOKEN
public static final Views UNACKS
public static final Views SERVER
public static Views[] values()
for (Views c : Views.values()) System.out.println(c);
public static Views 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 String mapFunction()
public String viewName()
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.