Uses of Class
com.strobel.reflection.Flags.Flag
-
Packages that use Flags.Flag Package Description com.strobel.reflection -
-
Uses of Flags.Flag in com.strobel.reflection
Methods in com.strobel.reflection that return Flags.Flag Modifier and Type Method Description static Flags.Flag
Flags.Flag. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Flags.Flag[]
Flags.Flag. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.strobel.reflection that return types with arguments of type Flags.Flag Modifier and Type Method Description static java.util.EnumSet<Flags.Flag>
Flags. asFlagSet(long mask)
-