Uses of Class
org.gcube.vremanagement.vremodeler.stubs.deployreport.State

Packages that use State
org.gcube.vremanagement.vremodeler.stubs.deployreport   
 

Uses of State in org.gcube.vremanagement.vremodeler.stubs.deployreport
 

Methods in org.gcube.vremanagement.vremodeler.stubs.deployreport that return State
 State[] GHNonCloudReport.getDeployingState()
           
 State ServiceReport.getState()
           
 State DeployReport.getState()
           
 State ResourceDeployingReport.getState()
           
 State GHNonCloudReport.getState()
           
 State FunctionalityDeployingReport.getState()
           
 State ResourceManagerDeployingReport.getState()
           
 State Resource.getState()
           
 State FunctionalityReport.getState()
           
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.
 

Methods in org.gcube.vremanagement.vremodeler.stubs.deployreport with parameters of type State
 void GHNonCloudReport.setDeployingState(State[] deployingState)
           
 void ServiceReport.setState(State state)
           
 void DeployReport.setState(State state)
           
 void ResourceDeployingReport.setState(State state)
           
 void GHNonCloudReport.setState(State state)
           
 void FunctionalityDeployingReport.setState(State state)
           
 void ResourceManagerDeployingReport.setState(State state)
           
 void Resource.setState(State state)
           
 void FunctionalityReport.setState(State state)