Uses of Class
org.jboss.logging.annotations.Transform.TransformType
-
Packages that use Transform.TransformType Package Description org.jboss.logging.annotations -
-
Uses of Transform.TransformType in org.jboss.logging.annotations
Methods in org.jboss.logging.annotations that return Transform.TransformType Modifier and Type Method Description Transform.TransformType[]
value()
The transform types used on the parameter.static Transform.TransformType
Transform.TransformType. valueOf(String name)
Returns the enum constant of this type with the specified name.static Transform.TransformType[]
Transform.TransformType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-