Enum Class DefaultPmFilesProvider.DataDirection

java.lang.Object
java.lang.Enum<DefaultPmFilesProvider.DataDirection>
com._1c.g5.v8.dt.internal.pm.connection.mmf.DefaultPmFilesProvider.DataDirection
All Implemented Interfaces:
Serializable, Comparable<DefaultPmFilesProvider.DataDirection>, Constable
Enclosing class:
DefaultPmFilesProvider

public static enum DefaultPmFilesProvider.DataDirection extends Enum<DefaultPmFilesProvider.DataDirection>
Represents direction of data in IPC channel.
  • Enum Constant Details

  • Method Details

    • values

      public static DefaultPmFilesProvider.DataDirection[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static DefaultPmFilesProvider.DataDirection valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getLabel

      public String getLabel()
      Returns the label for this instance.
      Returns:
      the label for this instance (not null)