public static enum FormEditorParticle.Type extends Enum<FormEditorParticle.Type>
| Enum Constant and Description |
|---|
CHOICE |
CONTAINER |
CONTENT |
CUSTOM |
LABEL |
SEQUENCE |
| Modifier and Type | Method and Description |
|---|---|
static FormEditorParticle.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FormEditorParticle.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FormEditorParticle.Type CONTAINER
public static final FormEditorParticle.Type SEQUENCE
public static final FormEditorParticle.Type CHOICE
public static final FormEditorParticle.Type CONTENT
public static final FormEditorParticle.Type LABEL
public static final FormEditorParticle.Type CUSTOM
public static FormEditorParticle.Type[] values()
for (FormEditorParticle.Type c : FormEditorParticle.Type.values()) System.out.println(c);
public static FormEditorParticle.Type 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 © 2013. All Rights Reserved.