public static enum ClassFileLocator.Resolution.Illegal extends Enum<ClassFileLocator.Resolution.Illegal> implements ClassFileLocator.Resolution
ClassFileLocator.Resolution.Explicit, ClassFileLocator.Resolution.Illegal| Enum Constant and Description |
|---|
INSTANCE
The singleton instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isResolved()
Checks if this binary representation is valid.
|
byte[] |
resolve()
Finds the data of this binary representation.
|
String |
toString() |
static ClassFileLocator.Resolution.Illegal |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClassFileLocator.Resolution.Illegal[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClassFileLocator.Resolution.Illegal INSTANCE
public static ClassFileLocator.Resolution.Illegal[] values()
for (ClassFileLocator.Resolution.Illegal c : ClassFileLocator.Resolution.Illegal.values()) System.out.println(c);
public static ClassFileLocator.Resolution.Illegal 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 boolean isResolved()
ClassFileLocator.ResolutionisResolved in interface ClassFileLocator.Resolutiontrue if this binary representation is valid.public byte[] resolve()
ClassFileLocator.Resolutionresolve in interface ClassFileLocator.Resolutionpublic String toString()
toString in class Enum<ClassFileLocator.Resolution.Illegal>Copyright © 2014–2015. All rights reserved.