public static enum Registration.WebLink extends Enum<Registration.WebLink>
| Enum Constant and Description |
|---|
AGGREGATE |
REGISTRATION |
SUBSCRIBE |
SUBSCRIPTION |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static Registration.WebLink |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Registration.WebLink[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
String |
weblink(String url) |
public static final Registration.WebLink SUBSCRIBE
public static final Registration.WebLink AGGREGATE
public static final Registration.WebLink REGISTRATION
public static final Registration.WebLink SUBSCRIPTION
public static Registration.WebLink[] values()
for (Registration.WebLink c : Registration.WebLink.values()) System.out.println(c);
public static Registration.WebLink 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 toString()
toString in class Enum<Registration.WebLink>Copyright © 2015 JBoss by Red Hat. All Rights Reserved.