-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable,org.gjt.jclasslib.structures.ClassFileFlag
public enum ModuleResolutionType extends Enum<ModuleResolutionType> implements ClassFileFlag
Enum for the possible values of the ModuleResolutionAttribute attribute.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classModuleResolutionType.Companion
-
Enum Constant Summary
Enum Constants Enum Constant Description DO_NOT_RESOLVE_BY_DEFAULTWARN_DEPRECATEDRESOLUTION_WARN_DEPRECATED_FOR_REMOVALRESOLUTION_WARN_INCUBATING
-
Method Summary
Modifier and Type Method Description StringtoString()final ModuleResolutionTypevalueOf(String value)Returns the enum constant of this type with the specified name. final Array<ModuleResolutionType>values()Returns an array containing the constants of this enum type, in the order they're declared. BooleangetHistorical()if the flag is only of historical significance IntegergetFlag()Immediate byte value. StringgetVerbose()Verbose representation. -
-
Method Detail
-
valueOf
final ModuleResolutionType valueOf(String value)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
-
values
final Array<ModuleResolutionType> values()
Returns an array containing the constants of this enum type, in the order they're declared.
This method may be used to iterate over the constants.
-
getHistorical
Boolean getHistorical()
if the flag is only of historical significance
-
getVerbose
String getVerbose()
Verbose representation.
-
-
-
-