Uses of Class
com.orchestranetworks.addon.dint.transformation.TransformationCategory
-
Packages that use TransformationCategory Package Description com.orchestranetworks.addon.dint.transformation Provides classes and interfaces to define and register transformations.com.orchestranetworks.addon.dint.transformation.aggregate Provides classes and interfaces for creating an aggregate transformation.com.orchestranetworks.addon.dint.transformation.conversion Provides classes and interfaces for creating a conversion transformation.com.orchestranetworks.addon.dint.transformation.crossreference Provides classes and interfaces for creating a query transformation.com.orchestranetworks.addon.dint.transformation.split Provides classes and interfaces for creating a split transformation. -
-
Uses of TransformationCategory in com.orchestranetworks.addon.dint.transformation
Methods in com.orchestranetworks.addon.dint.transformation that return TransformationCategory Modifier and Type Method Description TransformationCategoryTransformationDefinition. getTransformationCategory()Returns the category of transformation.static TransformationCategoryTransformationCategory. parse(java.lang.String code)ReturnsTransformationCategoryby given code.static TransformationCategoryTransformationCategory. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TransformationCategory[]TransformationCategory. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TransformationCategory in com.orchestranetworks.addon.dint.transformation.aggregate
Methods in com.orchestranetworks.addon.dint.transformation.aggregate that return TransformationCategory Modifier and Type Method Description TransformationCategoryAggregateTransformationDefinition. getTransformationCategory() -
Uses of TransformationCategory in com.orchestranetworks.addon.dint.transformation.conversion
Methods in com.orchestranetworks.addon.dint.transformation.conversion that return TransformationCategory Modifier and Type Method Description TransformationCategoryConversionTransformationDefinition. getTransformationCategory() -
Uses of TransformationCategory in com.orchestranetworks.addon.dint.transformation.crossreference
Methods in com.orchestranetworks.addon.dint.transformation.crossreference that return TransformationCategory Modifier and Type Method Description TransformationCategoryCrossReferenceTransformationDefinition. getTransformationCategory() -
Uses of TransformationCategory in com.orchestranetworks.addon.dint.transformation.split
Methods in com.orchestranetworks.addon.dint.transformation.split that return TransformationCategory Modifier and Type Method Description TransformationCategorySplitTransformationDefinition. getTransformationCategory()
-