Uses of Enum Class
com.pnfsoftware.jeb.core.units.code.simatic.S7.BlockType
Packages that use S7.BlockType
Package
Description
Public types and interfaces provided by the Simatic S7 analysis plugins.
-
Uses of S7.BlockType in com.pnfsoftware.jeb.core.units.code.simatic
Methods in com.pnfsoftware.jeb.core.units.code.simatic that return S7.BlockTypeModifier and TypeMethodDescriptionstatic S7.BlockTypeS7.BlockType.fromId(int id) Retrieve a block type from its id.IS7Block.getType()Retrieve the block type.static S7.BlockTypeReturns the enum constant of this class with the specified name.static S7.BlockType[]S7.BlockType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.pnfsoftware.jeb.core.units.code.simatic with parameters of type S7.BlockTypeModifier and TypeMethodDescriptionIS7BlocksManager.findBlock(S7.BlockType type, int number) Find a block.longIS7Unit.getAddressOfCode(S7.BlockType type, int number) Retrieve the mapping address of a logic block's code.longIS7Unit.getAddressOfData(S7.BlockType type, int number) Retrieve the mapping address of a data block's data area.booleanS7.BlockType.isAnyOf(S7.BlockType... blockTypes) Determine whether this block type is any of the provided types.booleanS7.BlockType.isNoneOf(S7.BlockType... blockTypes) Determine whether this block type is none of the provided types.