Uses of Class
org.apache.cxf.tools.common.model.JavaType.Style
-
Packages that use JavaType.Style Package Description org.apache.cxf.tools.common.model -
-
Uses of JavaType.Style in org.apache.cxf.tools.common.model
Fields in org.apache.cxf.tools.common.model declared as JavaType.Style Modifier and Type Field Description protected JavaType.StyleJavaType. styleMethods in org.apache.cxf.tools.common.model that return JavaType.Style Modifier and Type Method Description JavaType.StyleJavaType. getStyle()static JavaType.StyleJavaType.Style. valueOf(String name)Returns the enum constant of this type with the specified name.static JavaType.Style[]JavaType.Style. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.cxf.tools.common.model with parameters of type JavaType.Style Modifier and Type Method Description voidJavaType. setStyle(JavaType.Style s)
-