Enum StaticHelper.SZL
- java.lang.Object
-
- java.lang.Enum<StaticHelper.SZL>
-
- org.apache.plc4x.java.s7.readwrite.utils.StaticHelper.SZL
-
- All Implemented Interfaces:
Serializable,Comparable<StaticHelper.SZL>
- Enclosing class:
- StaticHelper
public static enum StaticHelper.SZL extends Enum<StaticHelper.SZL>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ID_0x0000ID_0x0011ID_0x0012ID_0x0013ID_0x0014ID_0x0015ID_0x001CID_0x0022ID_0x0025ID_0x0032ID_0x0071ID_0x0074ID_0x0075ID_0x0090ID_0x0091ID_0x0092ID_0x0094ID_0x0095ID_0x0096ID_0x009CID_0x00A0ID_0x00B1ID_0x00B2ID_0x00B3ID_0x00B4
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract StringBuilderexecute(io.netty.buffer.ByteBuf data)intgetCode()StringgetDescription()static StaticHelper.SZLvalueOf(int code)Returns the enum constant of this type with the specified name.static StaticHelper.SZLvalueOf(String name)Returns the enum constant of this type with the specified name.static StaticHelper.SZL[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
ID_0x0000
public static final StaticHelper.SZL ID_0x0000
-
ID_0x0011
public static final StaticHelper.SZL ID_0x0011
-
ID_0x0012
public static final StaticHelper.SZL ID_0x0012
-
ID_0x0013
public static final StaticHelper.SZL ID_0x0013
-
ID_0x0014
public static final StaticHelper.SZL ID_0x0014
-
ID_0x0015
public static final StaticHelper.SZL ID_0x0015
-
ID_0x001C
public static final StaticHelper.SZL ID_0x001C
-
ID_0x0022
public static final StaticHelper.SZL ID_0x0022
-
ID_0x0025
public static final StaticHelper.SZL ID_0x0025
-
ID_0x0032
public static final StaticHelper.SZL ID_0x0032
-
ID_0x0071
public static final StaticHelper.SZL ID_0x0071
-
ID_0x0074
public static final StaticHelper.SZL ID_0x0074
-
ID_0x0075
public static final StaticHelper.SZL ID_0x0075
-
ID_0x0090
public static final StaticHelper.SZL ID_0x0090
-
ID_0x0091
public static final StaticHelper.SZL ID_0x0091
-
ID_0x0092
public static final StaticHelper.SZL ID_0x0092
-
ID_0x0094
public static final StaticHelper.SZL ID_0x0094
-
ID_0x0095
public static final StaticHelper.SZL ID_0x0095
-
ID_0x0096
public static final StaticHelper.SZL ID_0x0096
-
ID_0x009C
public static final StaticHelper.SZL ID_0x009C
-
ID_0x00A0
public static final StaticHelper.SZL ID_0x00A0
-
ID_0x00B1
public static final StaticHelper.SZL ID_0x00B1
-
ID_0x00B2
public static final StaticHelper.SZL ID_0x00B2
-
ID_0x00B3
public static final StaticHelper.SZL ID_0x00B3
-
ID_0x00B4
public static final StaticHelper.SZL ID_0x00B4
-
-
Method Detail
-
values
public static StaticHelper.SZL[] 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 (StaticHelper.SZL c : StaticHelper.SZL.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static StaticHelper.SZL 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
-
getCode
public int getCode()
-
getDescription
public String getDescription()
-
valueOf
public static StaticHelper.SZL valueOf(int code)
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:
code- 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
-
execute
public abstract StringBuilder execute(io.netty.buffer.ByteBuf data)
-
-