Uses of Class
org.apache.plc4x.java.abeth.types.FileType
-
Packages that use FileType Package Description org.apache.plc4x.java.abeth.tag org.apache.plc4x.java.abeth.types -
-
Uses of FileType in org.apache.plc4x.java.abeth.tag
Methods in org.apache.plc4x.java.abeth.tag that return FileType Modifier and Type Method Description FileTypeAbEthTag. getFileType()Constructors in org.apache.plc4x.java.abeth.tag with parameters of type FileType Constructor Description AbEthTag(short byteSize, short fileNumber, FileType fileType, short elementNumber, short bitNumber) -
Uses of FileType in org.apache.plc4x.java.abeth.types
Methods in org.apache.plc4x.java.abeth.types that return FileType Modifier and Type Method Description static FileTypeFileType. valueOf(short code)Returns the enum constant of this type with the specified name.static FileTypeFileType. valueOf(String name)Returns the enum constant of this type with the specified name.static FileType[]FileType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-