Interface IJField

All Known Implementing Classes:
JField

public interface IJField
  • Method Details

    • name

      String name()
      The name of the field.
    • type

      String type()
      Type of the field.
    • visibility

      String visibility()
      The visibility modifier of this field. Default value is PROTECTED.
    • staticModifier

      boolean staticModifier()
    • finalModifier

      boolean finalModifier()
    • initialization

      String initialization()