|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.data.analysis.tabulardata.operation.worker.OperationDescriptor
public class OperationDescriptor
| Nested Class Summary | |
|---|---|
static class |
OperationDescriptor.OperationId
|
static class |
OperationDescriptor.OperationScope
|
static class |
OperationDescriptor.OperationType
|
| Constructor Summary | |
|---|---|
OperationDescriptor(OperationDescriptor.OperationId operationId,
String name,
String description,
OperationDescriptor.OperationScope scope,
OperationDescriptor.OperationType type)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getDescription()
|
String |
getName()
|
OperationDescriptor.OperationId |
getOperationId()
|
OperationDescriptor.OperationScope |
getScope()
|
OperationDescriptor.OperationType |
getType()
|
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public OperationDescriptor(OperationDescriptor.OperationId operationId,
String name,
String description,
OperationDescriptor.OperationScope scope,
OperationDescriptor.OperationType type)
| Method Detail |
|---|
public OperationDescriptor.OperationId getOperationId()
public String getName()
public String getDescription()
public OperationDescriptor.OperationScope getScope()
public OperationDescriptor.OperationType getType()
public String toString()
toString in class Objectpublic int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||