Interface IRuntimeType


  • public interface IRuntimeType
    Describes a specific type of 1C:Enterprise runtime. 1C:Enterprise runtimes types are defined by extensions. Type are intended to be used as RuntimeInstallation type field value.

    Clients may use IRuntimeTypeRegistry to get all registered runtimes.

    Restriction:
    This interface is not intended to be extended by clients.
    Restriction:
    This interface is not intended to be implemented by clients.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String ID
      The public key to bind 1C:Enterprise runtime type id to.
    • Field Detail

      • ID

        static final String ID
        The public key to bind 1C:Enterprise runtime type id to. Clients may use for convenience.
        See Also:
        Constant Field Values
    • Method Detail

      • getId

        String getId()
        Returns this 1C:Enterprise runtimes type identifier.
        Returns:
        the 1C:Enterprise runtimes type identifier, never null
      • getName

        String getName()
        Returns this 1C:Enterprise runtimes type name.
        Returns:
        the 1C:Enterprise runtimes type name, never null
      • getDescription

        String getDescription()
        Returns this 1C:Enterprise runtimes type description.
        Returns:
        the 1C:Enterprise runtimes type description, never null