de.opsdesign.yax.types
Class Identity

java.lang.Object
  extended by de.opsdesign.yax.log.LogBuilder
      extended by de.opsdesign.yax.types.ComponentType
          extended by de.opsdesign.yax.types.StepType
              extended by de.opsdesign.yax.types.Identity
All Implemented Interfaces:
Loggable, Run, java.lang.Comparable

public class Identity
extends StepType

Passes the token from input port ot ouput port without any treatment.


Field Summary
 
Fields inherited from class de.opsdesign.yax.types.StepType
DECLARE_STEP_TYPE
 
Fields inherited from class de.opsdesign.yax.types.ComponentType
className, description, DESCRIPTION, libraryName, name, NAME, NO, PARAMETER, PORT, REQUIRED, SEQUENCE, TYPE, VALUES, XPROC, YAX, YES
 
Constructor Summary
Identity()
          Constructs the step type named 'Identity' .
 
Method Summary
 
Methods inherited from class de.opsdesign.yax.types.StepType
compareTo, isUseSuperRun, registerStepType, registerStepType, run, setInputToken, setOutputToken, setUseSuperRun, toElement
 
Methods inherited from class de.opsdesign.yax.types.ComponentType
addImplicitPort, addParameterType, addPortType, addPortType, addPortType, addPortType, addPortType, getClassName, getComponentTypeType, getDescription, getLibraryName, getName, getParameterTypes, getPortTypes, getPrefix, getPrefixedName, getXProcOptionsLibraryName, getXProcStandardLibraryName, getYaxOptionsLibraryName, getYaxStandardLibraryName, isConstructType, isStep, isStepType, setDescription, setLibraryName, setName
 
Methods inherited from class de.opsdesign.yax.log.LogBuilder
log, log, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Identity

public Identity()
         throws ConfigurationException
Constructs the step type named 'Identity' .

Throws:
ConfigurationException


Copyright © 2008 OPS Design GmbH. All Rights Reserved.