public static enum Generator.ClassType extends Enum<Generator.ClassType>
| Enum Constant and Description |
|---|
ALL_OF |
ANY_OF_NON_DISCRIMINATED |
ARRAY_WRAPPER |
CLASS |
ENUM |
ONE_OF_NON_DISCRIMINATED |
ONE_OR_ANY_OF_DISCRIMINATED |
| Modifier and Type | Method and Description |
|---|---|
static Generator.ClassType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Generator.ClassType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
String |
word() |
public static final Generator.ClassType CLASS
public static final Generator.ClassType ENUM
public static final Generator.ClassType ONE_OR_ANY_OF_DISCRIMINATED
public static final Generator.ClassType ONE_OF_NON_DISCRIMINATED
public static final Generator.ClassType ANY_OF_NON_DISCRIMINATED
public static final Generator.ClassType ALL_OF
public static final Generator.ClassType ARRAY_WRAPPER
public static Generator.ClassType[] values()
for (Generator.ClassType c : Generator.ClassType.values()) System.out.println(c);
public static Generator.ClassType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String word()
Copyright © 2023. All rights reserved.