Uses of Enum Class
cloud.opencode.base.xml.diff.DiffType
Packages that use DiffType
Package
Description
Diff Package - XML document comparison and differencing
比较包 - XML 文档比较和差异计算
-
Uses of DiffType in cloud.opencode.base.xml.diff
Subclasses with type arguments of type DiffType in cloud.opencode.base.xml.diffModifier and TypeClassDescriptionenumDiff Type - Types of differences between XML documents 差异类型 - XML 文档之间的差异类型Methods in cloud.opencode.base.xml.diff that return DiffTypeModifier and TypeMethodDescriptionDiffEntry.type()Returns the value of thetyperecord component.static DiffTypeReturns the enum constant of this class with the specified name.static DiffType[]DiffType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in cloud.opencode.base.xml.diff with parameters of type DiffType