Uses of Enum Class
org.apache.juneau.reflect.ReflectFlags
Packages that use ReflectFlags
- 
Uses of ReflectFlags in org.apache.juneau.reflectMethods in org.apache.juneau.reflect that return ReflectFlagsModifier and TypeMethodDescriptionstatic ReflectFlagsReturns the enum constant of this class with the specified name.static ReflectFlags[]ReflectFlags.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.juneau.reflect with parameters of type ReflectFlagsModifier and TypeMethodDescriptionbooleanClassInfo.is(ReflectFlags... flags) Returnstrue if all specified flags are applicable to this field.final booleanExecutableInfo.is(ReflectFlags... flags) Returnstrue if all specified flags are applicable to this field.booleanFieldInfo.is(ReflectFlags... flags) Returnstrue if all specified flags are applicable to this field.booleanClassInfo.isAll(ReflectFlags... flags) Returnstrue if all specified flags are applicable to this class.final booleanExecutableInfo.isAll(ReflectFlags... flags) Returnstrue if all specified flags are applicable to this method.booleanFieldInfo.isAll(ReflectFlags... flags) Returnstrue if all specified flags are applicable to this field.booleanClassInfo.isAny(ReflectFlags... flags) Returnstrue if all specified flags are applicable to this class.final booleanExecutableInfo.isAny(ReflectFlags... flags) Returnstrue if all specified flags are applicable to this method.booleanFieldInfo.isAny(ReflectFlags... flags) Returnstrue if all specified flags are applicable to this field.