public class ProcessingStepDescriptor extends java.lang.Object implements IProcessingStepDescriptor
| Constructor and Description |
|---|
ProcessingStepDescriptor(java.lang.String processorId,
java.lang.String data,
boolean required)
Create a processing step description.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getData()
An argument that is passed to the processing step instance.
|
java.lang.String |
getProcessorId()
Returns the fully qualified id of the processing step extension.
|
int |
hashCode() |
boolean |
isRequired()
Returns whether the successful execution of this processing step is
required for the transfer to be successful.
|
java.lang.String |
toString()
Returns a string representation of this descriptor for debugging purposes only.
|
public ProcessingStepDescriptor(java.lang.String processorId,
java.lang.String data,
boolean required)
processorId - data - required - public java.lang.String getProcessorId()
getProcessorId in interface IProcessingStepDescriptorpublic java.lang.String getData()
getData in interface IProcessingStepDescriptorpublic boolean isRequired()
isRequired in interface IProcessingStepDescriptortrue if the transfer will fail if this step does not succeed,
and false otherwisepublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.