Package | Description |
---|---|
org.gcube.vremanagement.resourcebroker.utils.serialization.types | |
org.gcube.vremanagement.resourcebroker.utils.serialization.types.feedback |
Modifier and Type | Method and Description |
---|---|
FeedbackStatus |
PackageElem.getStatus() |
Modifier and Type | Method and Description |
---|---|
void |
PackageElem.setStatus(FeedbackStatus status) |
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
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.
|