Uses of Class
org.jvnet.jaxb.plugin.fluent_api.FluentMethodType
-
Packages that use FluentMethodType Package Description org.jvnet.jaxb.plugin.fluent_api -
-
Uses of FluentMethodType in org.jvnet.jaxb.plugin.fluent_api
Methods in org.jvnet.jaxb.plugin.fluent_api that return FluentMethodType Modifier and Type Method Description static FluentMethodTypeFluentMethodType. valueOf(String name)Returns the enum constant of this type with the specified name.static FluentMethodType[]FluentMethodType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.jvnet.jaxb.plugin.fluent_api with parameters of type FluentMethodType Constructor Description FluentMethodInfo(com.sun.codemodel.JMethod jmethod, FluentMethodType fluentMethodType, boolean isOverride)
-