Interface JDTField

All Superinterfaces:
EObject, Notifier
All Known Implementing Classes:
JDTFieldImpl

public interface JDTField extends EObject
A representation of the model object 'JDT Field'.

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
  • Method Details

    • getName

      String getName()
      Returns the value of the 'Name' attribute.
      Returns:
      the value of the 'Name' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      required="true"
    • setName

      void setName(String value)
      Sets the value of the 'Name' attribute.
      Parameters:
      value - the new value of the 'Name' attribute.
      See Also:
      Generated class or method.