Uses of Class
cn.cloudself.query.generator.misc.JavaNameType
-
Packages that use JavaNameType Package Description cn.cloudself.query.generator.misc -
-
Uses of JavaNameType in cn.cloudself.query.generator.misc
Methods in cn.cloudself.query.generator.misc that return JavaNameType Modifier and Type Method Description JavaNameTypeConvertInfo. toType()static JavaNameTypeJavaNameType. valueOf(String name)Returns the enum constant of this type with the specified name.static JavaNameType[]JavaNameType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in cn.cloudself.query.generator.misc with parameters of type JavaNameType Modifier and Type Method Description ConvertInfoConvertInfo. toType(JavaNameType toType)Constructors in cn.cloudself.query.generator.misc with parameters of type JavaNameType Constructor Description ConvertInfo(String name, JavaNameType toType, String templateName)
-