Class ServicesEntry

  • All Implemented Interfaces:
    Writable

    public class ServicesEntry
    extends ModelElement
    Author:
    Christophe Labouisse on 14/07/2015.
    • Constructor Detail

      • ServicesEntry

        public ServicesEntry​(String packageName,
                             String name,
                             String implementationPackage,
                             String implementationName)
    • Method Detail

      • getImportTypes

        public Set<Type> getImportTypes()
        Description copied from class: ModelElement
        Returns a set containing those Types referenced by this model element for which an import statement needs to be declared.
        Specified by:
        getImportTypes in class ModelElement
        Returns:
        A set with type referenced by this model element. Must not be null.
      • getPackageName

        public String getPackageName()
      • getName

        public String getName()
      • getImplementationPackage

        public String getImplementationPackage()
      • getImplementationName

        public String getImplementationName()