Enum SslId
- All Implemented Interfaces:
Serializable,Comparable<SslId>,java.lang.constant.Constable
public enum SslId extends Enum<SslId>
An SSL ID is a short value build up the following way:
Bits 15-12: Module class
Bits 11-8: Number of the partial list extract
Bits 7-0: Number of the partial list
Device Class:
- 0000: CPU
- 0100: IM
- 1000: FM
- 1100: CP
-
Nested Class Summary
-
Enum Constant Summary
-
Method Summary
Modifier and Type Method Description shortgetCode()static SslIdvalueOf(short code)Returns the enum constant of this type with the specified name.static SslIdvalueOf(String name)Returns the enum constant of this type with the specified name.static SslId[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
MODULE_IDENTIFICATION
-
CPU_CHARACTERISTICS
-
USER_MEMORY_AREAS
-
SYSTEM_AREAS
-
BLOCK_TYPES
-
INTERRUPT_STATUS
-
ASSIGNMENT_BETWEEN_PROCESS_IMAGE_PARTITIONS_AND_OBS
-
COMPUTATION_STATUS_DATA
-
H_CPU_GROUP_INFORMATION
-
STATUS_OF_THE_MODULE_LEDS
-
SWITCHED_DP_SLAVES_IN_THE_H_SYSTEM
-
MODULE_STATUS_INFORMATION
-
RACK_STATION_STATUS_INFORMATION_1
-
RACK_STATION_STATUS_INFORMATION_2
-
EXTENDED_DP_MASTER_SYSTEM_PROFINET_IO_SYSTEM_INFORMATION
-
MODULE_STATUS_INFORMATION_PROFINET_IO_AND_PROFINET_DP
-
MODULE_STATUS_INFORMATION_PROFINET_IO
-
DIAGNOSTIC_BUFFER_OF_THE_CPU
-
MODULE_DIAGNOSTIC_INFORMATION_DATA_RECORD_0
-
MODULE_DIAGNOSTIC_INFORMATION_DATA_RECORD_1_GEOGRAPHICAL_ADDRESS
-
MODULE_DIAGNOSTIC_INFORMATION_DATA_RECORD_1_LOGICAL_ADDRESS
-
DIAGNOSTIC_DATA_OF_A_DP_SLAVE
-
IDENTIFICATION_OF_ALL_COMPONENTS
-
INFORMATION_ABOUT_COMMUNICATION_UNIT
-
CURRENT_MODE_TRANSITION
-
-
Method Details
-
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
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 short getCode() -
valueOf
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
-