public enum ResourceResolution extends Enum<ResourceResolution>
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
areAmbiguous(MutableDisambiguationReport.Resource a,
MutableDisambiguationReport.Resource b) |
static ResourceResolution |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceResolution[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResourceResolution NAME
public static final ResourceResolution TYPE
public static final ResourceResolution PLUGIN
public static ResourceResolution[] values()
for (ResourceResolution c : ResourceResolution.values()) System.out.println(c);
public static ResourceResolution 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 abstract boolean areAmbiguous(MutableDisambiguationReport.Resource a, MutableDisambiguationReport.Resource b)
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.