Uses of Class
org.gcube.vremanagement.softwarerepository.softwarearchive.State

Packages that use State
org.gcube.vremanagement.softwarerepository.db   
org.gcube.vremanagement.softwarerepository.softwarearchive   
 

Uses of State in org.gcube.vremanagement.softwarerepository.db
 

Methods in org.gcube.vremanagement.softwarerepository.db that return State
 State ServiceRow.getState()
           
 

Methods in org.gcube.vremanagement.softwarerepository.db with parameters of type State
 void ServiceRow.setState(State state)
           
 void ServiceRow.updateState(State status)
           
 

Uses of State in org.gcube.vremanagement.softwarerepository.softwarearchive
 

Methods in org.gcube.vremanagement.softwarerepository.softwarearchive that return State
static State State.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static State[] State.values()
          Returns an array containing the constants of this enum type, in the order they are declared.