Interface Fragment

All Superinterfaces:
EObject, Notifier
All Known Subinterfaces:
Allocation, MappingConfiguration, Repository, ResourceEnvironment, ResourceTypeRepository, System, Usage
All Known Implementing Classes:
AllocationImpl, FragmentImpl, MappingConfigurationImpl, RepositoryImpl, ResourceEnvironmentImpl, ResourceTypeRepositoryImpl, SystemImpl, UsageImpl

public interface Fragment extends EObject
A representation of the model object 'Fragment'.

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.
    • 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.