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