public static enum ClassDescriptorHelper.ResolverType extends Enum<ClassDescriptorHelper.ResolverType>
ClassDescriptor.
This will be usefull in some case (for consturctor for example when some
descriptors are not fully loaded...| Enum Constant and Description |
|---|
JAVA_CLASS |
JAVA_FILE |
JAXX_FILE |
| Modifier and Type | Method and Description |
|---|---|
static ClassDescriptorHelper.ResolverType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClassDescriptorHelper.ResolverType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClassDescriptorHelper.ResolverType JAVA_CLASS
public static final ClassDescriptorHelper.ResolverType JAVA_FILE
public static final ClassDescriptorHelper.ResolverType JAXX_FILE
public static ClassDescriptorHelper.ResolverType[] values()
for (ClassDescriptorHelper.ResolverType c : ClassDescriptorHelper.ResolverType.values()) System.out.println(c);
public static ClassDescriptorHelper.ResolverType 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 © 2008–2018 Ultreia.io. All rights reserved.