Class ProtocolPackageImpl

All Implemented Interfaces:
Notifier, EModelElement, ENamedElement, EObject, EPackage, EStructuralFeature.Internal.DynamicValueHolder, InternalEObject, BasicExtendedMetaData.EPackageExtendedMetaData.Holder, ProtocolPackage

public class ProtocolPackageImpl extends EPackageImpl implements ProtocolPackage
An implementation of the model Package.
Generated class or method.
  • Field Details

  • Method Details

    • init

      public static ProtocolPackage init()
      Creates, registers, and initializes the Package for this model, and for any others upon which it depends.

      This method is used to initialize ProtocolPackage.eINSTANCE when that field is accessed. Clients should not invoke it directly. Instead, they should simply access that field to obtain the package.

      See Also:
      Generated class or method.
    • getProtocol

      public EClass getProtocol()
      Specified by:
      getProtocol in interface ProtocolPackage
      Returns:
      the meta object for class 'Protocol'.
      See Also:
      Generated class or method.
    • getProtocol_ProtocolTypeID

      public EAttribute getProtocol_ProtocolTypeID()
      Specified by:
      getProtocol_ProtocolTypeID in interface ProtocolPackage
      Returns:
      the meta object for the attribute 'Protocol Type ID'.
      See Also:
      Generated class or method.
    • getProtocolFactory

      public ProtocolFactory getProtocolFactory()
      Specified by:
      getProtocolFactory in interface ProtocolPackage
      Returns:
      the factory that creates the instances of the model.
      Generated class or method.
    • createPackageContents

      public void createPackageContents()
      Creates the meta-model objects for the package. This method is guarded to have no affect on any invocation but its first.
      Generated class or method.
    • initializePackageContents

      public void initializePackageContents()
      Complete the initialization of the package and its meta-model. This method is guarded to have no affect on any invocation but its first.
      Generated class or method.