Uses of Enum Class
org.nuiton.topia.persistence.util.DiffState
Packages that use DiffState
-
Uses of DiffState in org.nuiton.topia.persistence.util
Methods in org.nuiton.topia.persistence.util that return DiffStateModifier and TypeMethodDescriptionstatic DiffStateReturns the enum constant of this class with the specified name.static DiffState[]DiffState.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructor parameters in org.nuiton.topia.persistence.util with type arguments of type DiffStateModifierConstructorDescriptionDiffStateMap(EnumMap<DiffState, ? extends List<String>> m) DiffStateMap(Map<DiffState, ? extends List<String>> m)