Interface IJField
-
- All Known Implementing Classes:
JField
public interface IJField
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
finalModifier()
String
initialization()
String
name()
The name of the field.boolean
staticModifier()
String
type()
Type of the field.String
visibility()
The visibility modifier of this field.
-
-
-
Method Detail
-
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()
-
-