Enum TransportSize
- java.lang.Object
-
- java.lang.Enum<TransportSize>
-
- org.apache.plc4x.java.s7.readwrite.TransportSize
-
- All Implemented Interfaces:
Serializable,Comparable<TransportSize>
public enum TransportSize extends Enum<TransportSize>
-
-
Method Summary
-
-
-
Enum Constant Detail
-
BOOL
public static final TransportSize BOOL
-
BYTE
public static final TransportSize BYTE
-
WORD
public static final TransportSize WORD
-
DWORD
public static final TransportSize DWORD
-
LWORD
public static final TransportSize LWORD
-
INT
public static final TransportSize INT
-
UINT
public static final TransportSize UINT
-
SINT
public static final TransportSize SINT
-
USINT
public static final TransportSize USINT
-
DINT
public static final TransportSize DINT
-
UDINT
public static final TransportSize UDINT
-
LINT
public static final TransportSize LINT
-
ULINT
public static final TransportSize ULINT
-
REAL
public static final TransportSize REAL
-
LREAL
public static final TransportSize LREAL
-
CHAR
public static final TransportSize CHAR
-
WCHAR
public static final TransportSize WCHAR
-
STRING
public static final TransportSize STRING
-
WSTRING
public static final TransportSize WSTRING
-
S5TIME
public static final TransportSize S5TIME
-
TIME
public static final TransportSize TIME
-
LTIME
public static final TransportSize LTIME
-
DATE
public static final TransportSize DATE
-
TIME_OF_DAY
public static final TransportSize TIME_OF_DAY
-
TOD
public static final TransportSize TOD
-
LTIME_OF_DAY
public static final TransportSize LTIME_OF_DAY
-
LTOD
public static final TransportSize LTOD
-
DATE_AND_TIME
public static final TransportSize DATE_AND_TIME
-
DT
public static final TransportSize DT
-
DATE_AND_LTIME
public static final TransportSize DATE_AND_LTIME
-
LDT
public static final TransportSize LDT
-
DTL
public static final TransportSize DTL
-
-
Method Detail
-
values
public static TransportSize[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (TransportSize c : TransportSize.values()) System.out.println(c);
- 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 nameNullPointerException- 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)
-
-