com.bea.control
Annotation Type TaskAnnotations.TaskGetStepInterface


@Target(value=METHOD)
@Retention(value=RUNTIME)
public static @interface TaskAnnotations.TaskGetStepInterface

Internal use only. Gets the inner step interface for generated task controls. If the stepName field is specified, the specific inner interface for the named step is returned. Otherwise, the inner interface for the current step on the task is returned.


Optional Element Summary
 String stepName
           
 

stepName

public abstract String stepName
Default:
""