Uses of Class
de.opsdesign.yax.types.ComponentType

Packages that use ComponentType
de.opsdesign.yax   
de.opsdesign.yax.types   
 

Uses of ComponentType in de.opsdesign.yax
 

Fields in de.opsdesign.yax declared as ComponentType
protected  ComponentType Component.componentType
           
 

Methods in de.opsdesign.yax that return ComponentType
 ComponentType Component.getComponentType()
           
 

Methods in de.opsdesign.yax with parameters of type ComponentType
 void Component.init(ComponentType componentType)
           
protected  void Component.setComponentType(ComponentType componentType)
           
 

Uses of ComponentType in de.opsdesign.yax.types
 

Subclasses of ComponentType in de.opsdesign.yax.types
 class Catch
           
 class Choose
           
 class ConstructType
           
 class FOP
          Transforms the the content of the context to PDF and writes a pdf file.
 class Group
           
 class Identity
          Passes the token from input port ot ouput port without any treatment.
 class IdentityOne
           
 class Insert
           
 class Load
           
 class Otherwise
           
 class Parse
           
 class Pipeline
           
 class Rename
           
 class Root
           
 class Serialize
           
 class StepType
           
 class Store
           
 class Try
           
 class Validate
           
 class When
           
 class XInclude
           
 class XSLT
          Transforms the content of the token.
 

Methods in de.opsdesign.yax.types that return ComponentType
 ComponentType ComponentTypes.get(java.lang.String key)
           
 

Methods in de.opsdesign.yax.types that return types with arguments of type ComponentType
 java.util.SortedMap<java.lang.String,ComponentType> ComponentTypes.toSortedMap()
           
 

Methods in de.opsdesign.yax.types with parameters of type ComponentType
 void ComponentTypes.add(ComponentType componentType)
           
 

Method parameters in de.opsdesign.yax.types with type arguments of type ComponentType
protected  void ComponentTypes.setComponentTypes(java.util.SortedMap<java.lang.String,ComponentType> componentTypes)
           
 



Copyright © 2008 OPS Design GmbH. All Rights Reserved.