Uses of Class
org.javlo.service.syncro.AbstractSynchroContext.SynchroState
- 
Packages that use AbstractSynchroContext.SynchroState Package Description org.javlo.service.syncro  - 
- 
Uses of AbstractSynchroContext.SynchroState in org.javlo.service.syncro
Methods in org.javlo.service.syncro that return AbstractSynchroContext.SynchroState Modifier and Type Method Description abstract AbstractSynchroContext.SynchroStateAbstractSynchroContext. getState(AbstractSynchroContext.SynchroSide side, String path)AbstractSynchroContext.SynchroStateBaseSynchroContext. getState(AbstractSynchroContext.SynchroSide side, String path)static AbstractSynchroContext.SynchroStateAbstractSynchroContext.SynchroState. valueOf(String name)Returns the enum constant of this type with the specified name.static AbstractSynchroContext.SynchroState[]AbstractSynchroContext.SynchroState. values()Returns an array containing the constants of this enum type, in the order they are declared. 
 -