Interface GeneratedProperty

All Superinterfaces:
TypeMember

public interface GeneratedProperty extends TypeMember
Generated Property extends TypeMember interface with additional information about fields (and other members) declared in Java Transfer Objects (or any java classes) and their access counterparts (getters and setters).
See Also:
  • Method Details

    • getValue

      String getValue()
    • isReadOnly

      boolean isReadOnly()
      Returns true if the property is declared as read-only. If this true the property should be generated with only a getter.
      Returns:
      true< if the property is declared as read-only.