java uml diagram   The quickest way to understand how Java code is structured

 

Index

 

FieldSelector

Description

A field selector's job is to distinguish between fields. Any one Java field is either accepted or rejected by a field selector according to whether the field matches the field selector's criteria.

Declares

Modifier, Javadoc, Annotation, DeclaredBy, Exclude, Include, Type

Parameters

Attribute Description Required
name identifier, must be unique Yes
trigger the text, which may include spaces, used to identify this field selector in a filtering script No
oneToMany flag to indicate whether the field must or must not be one to many. true indicates must be one to many, false indicates must not be one to many. No
requiredSwitches a comma separated list of switches which must be supplied as the type selector is used No
matchesDeclarer a tristate indicating if the type of a field must match its declarer No
namePattern a wildcard pattern to which the name of accepted methods must conform No
namePatternSwitch a wildcard pattern supplied as a switch to which the name of accpeted methods must conform No

Examples

Please see the standard configuration for examples.