Interface UtilPackage

  • All Superinterfaces:
    EModelElement, ENamedElement, EObject, EPackage, Notifier
    All Known Implementing Classes:
    UtilPackageImpl

    public interface UtilPackage
    extends EPackage
    The Package for the model. It contains accessors for the meta objects to represent
    • each class,
    • each feature of each class,
    • each enum,
    • and each data type
    See Also:
    UtilFactory
    Generated class or method.
    EMF model class or method.
    kind="package"
    • Method Detail

      • getEntity

        EClass getEntity()
        Returns the meta object for class 'Entity'.
        Returns:
        the meta object for class 'Entity'.
        See Also:
        Entity
        Generated class or method.
      • getNamedElement

        EClass getNamedElement()
        Returns the meta object for class 'Named Element'.
        Returns:
        the meta object for class 'Named Element'.
        See Also:
        NamedElement
        Generated class or method.
      • getPower

        EDataType getPower()
        Returns the meta object for data type 'Power'.
        Returns:
        the meta object for data type 'Power'.
        See Also:
        Power
        Generated class or method.
        EMF model class or method.
        instanceClass="javax.measure.quantity.Power"
      • getDimensionless

        EDataType getDimensionless()
        Returns the meta object for data type 'Dimensionless'.
        Returns:
        the meta object for data type 'Dimensionless'.
        See Also:
        Dimensionless
        Generated class or method.
        EMF model class or method.
        instanceClass="javax.measure.quantity.Dimensionless"
      • getUtilFactory

        UtilFactory getUtilFactory()
        Returns the factory that creates the instances of the model.
        Returns:
        the factory that creates the instances of the model.
        Generated class or method.