Enum FpfObjectType
Represents the types of objects that can be processed in the FPF (File Processing Framework).
public enum FpfObjectType
Fields
Array = 5
Boolean = 1
Dictionary = 6
Name = 4
NullObj = 8
Number = 2
Reference = 9
Stream = 7
String = 3
Unknown = 0
Remarks
This enumeration defines the various object types that may be encountered or manipulated within the FPF system. Each value corresponds to a specific type of object, such as a boolean, number, string, or more complex structures like arrays and dictionaries.