Enum TransportSize

java.lang.Object
java.lang.Enum<TransportSize>
org.apache.plc4x.java.s7.readwrite.TransportSize
All Implemented Interfaces:
Serializable, Comparable<TransportSize>, java.lang.constant.Constable

public enum TransportSize extends Enum<TransportSize>
  • Enum Constant Details

  • Method Details

    • values

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

      public static TransportSize valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null
    • getValue

      public short getValue()
    • getSupported_S7_300

      public boolean getSupported_S7_300()
    • firstEnumForFieldSupported_S7_300

      public static TransportSize firstEnumForFieldSupported_S7_300(boolean fieldValue)
    • enumsForFieldSupported_S7_300

      public static List<TransportSize> enumsForFieldSupported_S7_300(boolean fieldValue)
    • getSupported_LOGO

      public boolean getSupported_LOGO()
    • firstEnumForFieldSupported_LOGO

      public static TransportSize firstEnumForFieldSupported_LOGO(boolean fieldValue)
    • enumsForFieldSupported_LOGO

      public static List<TransportSize> enumsForFieldSupported_LOGO(boolean fieldValue)
    • getCode

      public short getCode()
    • firstEnumForFieldCode

      public static TransportSize firstEnumForFieldCode(short fieldValue)
    • enumsForFieldCode

      public static List<TransportSize> enumsForFieldCode(short fieldValue)
    • getSizeInBytes

      public short getSizeInBytes()
    • firstEnumForFieldSizeInBytes

      public static TransportSize firstEnumForFieldSizeInBytes(short fieldValue)
    • enumsForFieldSizeInBytes

      public static List<TransportSize> enumsForFieldSizeInBytes(short fieldValue)
    • getSupported_S7_400

      public boolean getSupported_S7_400()
    • firstEnumForFieldSupported_S7_400

      public static TransportSize firstEnumForFieldSupported_S7_400(boolean fieldValue)
    • enumsForFieldSupported_S7_400

      public static List<TransportSize> enumsForFieldSupported_S7_400(boolean fieldValue)
    • getSupported_S7_1200

      public boolean getSupported_S7_1200()
    • firstEnumForFieldSupported_S7_1200

      public static TransportSize firstEnumForFieldSupported_S7_1200(boolean fieldValue)
    • enumsForFieldSupported_S7_1200

      public static List<TransportSize> enumsForFieldSupported_S7_1200(boolean fieldValue)
    • getShortName

      public short getShortName()
    • firstEnumForFieldShortName

      public static TransportSize firstEnumForFieldShortName(short fieldValue)
    • enumsForFieldShortName

      public static List<TransportSize> enumsForFieldShortName(short fieldValue)
    • getSupported_S7_1500

      public boolean getSupported_S7_1500()
    • firstEnumForFieldSupported_S7_1500

      public static TransportSize firstEnumForFieldSupported_S7_1500(boolean fieldValue)
    • enumsForFieldSupported_S7_1500

      public static List<TransportSize> enumsForFieldSupported_S7_1500(boolean fieldValue)
    • getDataTransportSize

      public DataTransportSize getDataTransportSize()
    • firstEnumForFieldDataTransportSize

      public static TransportSize firstEnumForFieldDataTransportSize(DataTransportSize fieldValue)
    • enumsForFieldDataTransportSize

      public static List<TransportSize> enumsForFieldDataTransportSize(DataTransportSize fieldValue)
    • getDataProtocolId

      public String getDataProtocolId()
    • firstEnumForFieldDataProtocolId

      public static TransportSize firstEnumForFieldDataProtocolId(String fieldValue)
    • enumsForFieldDataProtocolId

      public static List<TransportSize> enumsForFieldDataProtocolId(String fieldValue)
    • getBaseType

      public TransportSize getBaseType()
    • firstEnumForFieldBaseType

      public static TransportSize firstEnumForFieldBaseType(TransportSize fieldValue)
    • enumsForFieldBaseType

      public static List<TransportSize> enumsForFieldBaseType(TransportSize fieldValue)
    • enumForValue

      public static TransportSize enumForValue(short value)
    • isDefined

      public static Boolean isDefined(short value)