Uses of Record Class
com.iamsoft.fixparser.CodeSetItemInfo
Packages that use CodeSetItemInfo
-
Uses of CodeSetItemInfo in com.iamsoft.fixparser
Methods in com.iamsoft.fixparser that return types with arguments of type CodeSetItemInfoModifier and TypeMethodDescriptionjavafx.scene.control.TableView
<CodeSetItemInfo> CodeSetController.getCodeSetTableView()
javafx.scene.control.TableColumn
<CodeSetItemInfo, String> CodeSetController.getDescriptionCol()
CodeSetInfo.items()
Returns the value of theitems
record component.Constructor parameters in com.iamsoft.fixparser with type arguments of type CodeSetItemInfoModifierConstructorDescriptionCodeSetInfo
(int id, String name, String dataType, String description, String pedigree, List<CodeSetItemInfo> items, List<String> usages) Creates an instance of aCodeSetInfo
record class.