public static enum HollowPOJOGenerator.GeneratorArguments extends java.lang.Enum<HollowPOJOGenerator.GeneratorArguments>
Enum Constant and Description |
---|
addSchemaFileToDataModel
Add schema from a schema file to the data model.
|
addToDataModel
Add a class to the data model.
|
packageName
Sets the package name for the generated files.
|
pathToGeneratedFiles
Sets the path the files with be generated in.
|
pojoClassNameSuffix
Sets the suffix for the generated POJO class names.
|
Modifier and Type | Method and Description |
---|---|
static HollowPOJOGenerator.GeneratorArguments |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HollowPOJOGenerator.GeneratorArguments[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HollowPOJOGenerator.GeneratorArguments addToDataModel
public static final HollowPOJOGenerator.GeneratorArguments addSchemaFileToDataModel
public static final HollowPOJOGenerator.GeneratorArguments pathToGeneratedFiles
public static final HollowPOJOGenerator.GeneratorArguments packageName
public static final HollowPOJOGenerator.GeneratorArguments pojoClassNameSuffix
public static HollowPOJOGenerator.GeneratorArguments[] values()
for (HollowPOJOGenerator.GeneratorArguments c : HollowPOJOGenerator.GeneratorArguments.values()) System.out.println(c);
public static HollowPOJOGenerator.GeneratorArguments valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null