Uses of Enum Class
org.nuiton.topia.persistence.util.DiffState
Packages that use DiffState
-
Uses of DiffState in org.nuiton.topia.persistence.util
Subclasses with type arguments of type DiffState in org.nuiton.topia.persistence.utilModifier and TypeClassDescriptionenumPour qualifier l'etat d'une entite lors du calcul d'un differentiel entre deux entites.static classMethods 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)