The fields of Java.Lang.Reflect.Modifier are listed below. For a list of all members, see the Modifier Members list.
See Also: Inherited members from Java.Lang.Object
| const  | Abstract | int (1024). The int value representing the abstract modifier. | 
| const  | Final | int (16). The int value representing the final modifier. | 
| const  | Interface | int (512). The int value representing the interface modifier. | 
| const  | Native | int (256). The int value representing the native modifier. | 
| const  | Private | int (2). The int value representing the private modifier. | 
| const  | Protected | int (4). The int value representing the protected modifier. | 
| const  | Public | int (1). The int value representing the public modifier. | 
| const  | Static | int (8). The int value representing the static modifier. | 
| const  | Strict | int (2048). The int value representing the strictfp modifier. | 
| const  | Synchronized | int (32). The int value representing the synchronized modifier. | 
| const  | Transient | int (128). The int value representing the transient modifier. | 
| const  | Volatile | int (64). The int value representing the volatile modifier. |