Uses of Class
org.gcube.common.xml.databases.existlibrary.thread.AddElementRSThread.State

Packages that use AddElementRSThread.State
org.gcube.common.xml.databases.existlibrary.thread   
 

Uses of AddElementRSThread.State in org.gcube.common.xml.databases.existlibrary.thread
 

Methods in org.gcube.common.xml.databases.existlibrary.thread that return AddElementRSThread.State
 AddElementRSThread.State AddElementRSThread.Couple.getState()
           
static AddElementRSThread.State AddElementRSThread.State.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AddElementRSThread.State[] AddElementRSThread.State.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.gcube.common.xml.databases.existlibrary.thread with parameters of type AddElementRSThread.State
 void AddElementRSThread.Couple.setState(AddElementRSThread.State state)
           
 

Constructors in org.gcube.common.xml.databases.existlibrary.thread with parameters of type AddElementRSThread.State
AddElementRSThread.Couple(AddElementRSThread.State state, int count)