Uses of Class
org.gcube.vremanagement.resourcebroker.utils.serialization.types.feedback.FeedbackStatus

Packages that use FeedbackStatus
org.gcube.vremanagement.resourcebroker.utils.serialization.types   
org.gcube.vremanagement.resourcebroker.utils.serialization.types.feedback   
 

Uses of FeedbackStatus in org.gcube.vremanagement.resourcebroker.utils.serialization.types
 

Methods in org.gcube.vremanagement.resourcebroker.utils.serialization.types that return FeedbackStatus
 FeedbackStatus PackageElem.getStatus()
           
 

Methods in org.gcube.vremanagement.resourcebroker.utils.serialization.types with parameters of type FeedbackStatus
 void PackageElem.setStatus(FeedbackStatus status)
           
 

Constructors in org.gcube.vremanagement.resourcebroker.utils.serialization.types with parameters of type FeedbackStatus
PackageElem(boolean reuse, java.lang.String serviceClass, java.lang.String serviceName, java.lang.String serviceVersion, java.lang.String packageName, java.lang.String packageVersion, FeedbackStatus status)
           
 

Uses of FeedbackStatus in org.gcube.vremanagement.resourcebroker.utils.serialization.types.feedback
 

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