public class ProcessingStepDescriptor extends Object implements IProcessingStepDescriptor
| Constructor and Description |
|---|
ProcessingStepDescriptor(String processorId,
String data,
boolean required)
Create a processing step description.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getData()
An argument that is passed to the processing step instance.
|
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.
|
String |
toString()
Returns a string representation of this descriptor for debugging purposes only.
|
public String getProcessorId()
getProcessorId in interface IProcessingStepDescriptorpublic 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 otherwise
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.