@Deprecated public static enum DbDesign.FormOrSubform extends Enum<DbDesign.FormOrSubform>
Enum Constant and Description |
---|
ANY
Deprecated.
|
FORM
Deprecated.
|
SUBFORM
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static DbDesign.FormOrSubform |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static DbDesign.FormOrSubform[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DbDesign.FormOrSubform FORM
public static final DbDesign.FormOrSubform SUBFORM
public static final DbDesign.FormOrSubform ANY
public static DbDesign.FormOrSubform[] values()
for (DbDesign.FormOrSubform c : DbDesign.FormOrSubform.values()) System.out.println(c);
public static DbDesign.FormOrSubform 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 nullCopyright © 2019–2021 HCL. All rights reserved.