Uses of Class
org.nuiton.topia.persistence.util.DiffState

Packages that use DiffState
org.nuiton.topia.persistence.util   
 

Uses of DiffState in org.nuiton.topia.persistence.util
 

Methods in org.nuiton.topia.persistence.util that return DiffState
static DiffState DiffState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DiffState[] DiffState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructor parameters in org.nuiton.topia.persistence.util with type arguments of type DiffState
DiffState.DiffStateMap(EnumMap<DiffState,? extends List<String>> m)
           
DiffState.DiffStateMap(Map<DiffState,? extends List<String>> m)
           
 



Copyright © 2004-2011 CodeLutin. All Rights Reserved.