Class Field Property Sheet in the Debugger Window
See Also
You can view the properties of a class field by
right-clicking its name in the Classes window
and choosing Properties. A class field
has the following properties:
- Modifiers. The standard Java language modifiers for the field.
Modifiers are standard keywords that alter the accessibility, behavior, or
semantics of a field. See Modifiers
Property Editor for more information.
- Name. The name by which the program refers to the field's value.
- Type. The type of the values that the field can contain.
- Value. For static fields only. The value of the field.
Legal Notices