public static enum WikiDataInjector.CONSTANTS extends Enum<WikiDataInjector.CONSTANTS>
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
static WikiDataInjector.CONSTANTS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WikiDataInjector.CONSTANTS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WikiDataInjector.CONSTANTS TYPE
public static final WikiDataInjector.CONSTANTS DATA
public static final WikiDataInjector.CONSTANTS PERM
public static WikiDataInjector.CONSTANTS[] values()
for (WikiDataInjector.CONSTANTS c : WikiDataInjector.CONSTANTS.values()) System.out.println(c);
public static WikiDataInjector.CONSTANTS 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 getName()
Copyright © 2003–2015 eXo Platform SAS. All rights reserved.