public static enum LinkResourceEvent.Type extends Enum<LinkResourceEvent.Type>
| Enum Constant and Description |
|---|
ADDITIONAL_RESOURCES_AVAILABLE
Additional resources are now available.
|
| Modifier and Type | Method and Description |
|---|---|
static LinkResourceEvent.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LinkResourceEvent.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LinkResourceEvent.Type ADDITIONAL_RESOURCES_AVAILABLE
public static LinkResourceEvent.Type[] values()
for (LinkResourceEvent.Type c : LinkResourceEvent.Type.values()) System.out.println(c);
public static LinkResourceEvent.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 © 2015. All rights reserved.