Uses of Record Class
com.iamsoft.fixparser.ComponentItemInfo
Packages that use ComponentItemInfo
-
Uses of ComponentItemInfo in com.iamsoft.fixparser
Methods in com.iamsoft.fixparser that return types with arguments of type ComponentItemInfoModifier and TypeMethodDescriptionComponentInfo.items()
Returns the value of theitems
record component.Constructor parameters in com.iamsoft.fixparser with type arguments of type ComponentItemInfoModifierConstructorDescriptionComponentInfo
(int id, String name, String abbrName, String description, String category, boolean group, String pedigree, List<ComponentItemInfo> items) Creates an instance of aComponentInfo
record class.