Java.Lang.Reflect.Modifier: Field Members

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

Public Fields

const
Abstractint (1024). The int value representing the abstract modifier.
const
Finalint (16). The int value representing the final modifier.
const
Interfaceint (512). The int value representing the interface modifier.
const
Nativeint (256). The int value representing the native modifier.
const
Privateint (2). The int value representing the private modifier.
const
Protectedint (4). The int value representing the protected modifier.
const
Publicint (1). The int value representing the public modifier.
const
Staticint (8). The int value representing the static modifier.
const
Strictint (2048). The int value representing the strictfp modifier.
const
Synchronizedint (32). The int value representing the synchronized modifier.
const
Transientint (128). The int value representing the transient modifier.
const
Volatileint (64). The int value representing the volatile modifier.