Interface PropertyDefinition

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

public interface PropertyDefinition extends EObject
A representation of the model object 'Property Definition'.

The following features are supported:

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

    • isOptional

      boolean isOptional()
      Returns the value of the 'Optional' attribute.
      Returns:
      the value of the 'Optional' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
    • setOptional

      void setOptional(boolean value)
      Sets the value of the 'Optional' attribute.
      Parameters:
      value - the new value of the 'Optional' attribute.
      See Also:
      Generated class or method.
    • 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.
    • 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.
    • getType

      EObject getType()
      Returns the value of the 'Type' reference.
      Returns:
      the value of the 'Type' reference.
      See Also:
      Generated class or method.
      EMF model class or method.
    • setType

      void setType(EObject value)
      Sets the value of the 'Type' reference.
      Parameters:
      value - the new value of the 'Type' reference.
      See Also:
      Generated class or method.