Uses of Enum Class
cloud.opencode.base.csv.diff.CsvChange.ChangeType
Packages that use CsvChange.ChangeType
-
Uses of CsvChange.ChangeType in cloud.opencode.base.csv.diff
Subclasses with type arguments of type CsvChange.ChangeType in cloud.opencode.base.csv.diffModifier and TypeClassDescriptionstatic enumThe type of change between two CSV documents 两个CSV文档之间的变更类型Methods in cloud.opencode.base.csv.diff that return CsvChange.ChangeTypeModifier and TypeMethodDescriptionCsvChange.type()Returns the value of thetyperecord component.static CsvChange.ChangeTypeReturns the enum constant of this class with the specified name.static CsvChange.ChangeType[]CsvChange.ChangeType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in cloud.opencode.base.csv.diff with parameters of type CsvChange.ChangeTypeModifierConstructorDescriptionCsvChange(CsvChange.ChangeType type, int rowIndex, CsvRow oldRow, CsvRow newRow) Creates an instance of aCsvChangerecord class.