Uses of Enum
eu.maveniverse.domtrip.ChangeType
Packages that use ChangeType
-
Uses of ChangeType in eu.maveniverse.domtrip
Subclasses with type arguments of type ChangeType in eu.maveniverse.domtripModifier and TypeClassDescriptionenumEnumerates the types of changes that can be detected between two XML documents.Methods in eu.maveniverse.domtrip that return ChangeTypeModifier and TypeMethodDescriptionXmlChange.type()Returns the type of change.static ChangeTypeReturns the enum constant of this type with the specified name.static ChangeType[]ChangeType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in eu.maveniverse.domtrip with parameters of type ChangeType