Uses of Class
org.gcube.informationsystem.resourceregistry.instances.model.Operation
-
Packages that use Operation Package Description org.gcube.informationsystem.resourceregistry.instances.base org.gcube.informationsystem.resourceregistry.instances.model -
-
Uses of Operation in org.gcube.informationsystem.resourceregistry.instances.base
Fields in org.gcube.informationsystem.resourceregistry.instances.base declared as Operation Modifier and Type Field Description protected OperationElementManagement. operationIt is assigned only in the entry pointMethods in org.gcube.informationsystem.resourceregistry.instances.base with parameters of type Operation Modifier and Type Method Description voidElementManagement. setOperation(Operation operation) -
Uses of Operation in org.gcube.informationsystem.resourceregistry.instances.model
Methods in org.gcube.informationsystem.resourceregistry.instances.model that return Operation Modifier and Type Method Description static OperationOperation. valueOf(String name)Returns the enum constant of this type with the specified name.static Operation[]Operation. values()Returns an array containing the constants of this enum type, in the order they are declared.
-