-
- All Implemented Interfaces:
public interface ClassFileFlagImplemented by enums that represent a bit field flag.
-
-
Method Summary
Modifier and Type Method Description abstract IntegergetFlag()The flag abstract BooleangetHistorical()if the flag is only of historical significance abstract StringgetVerbose()The verbose representation of this flag -
-
Method Detail
-
getHistorical
abstract Boolean getHistorical()
if the flag is only of historical significance
-
getVerbose
abstract String getVerbose()
The verbose representation of this flag
-
-
-
-