@OpenApiAll public enum PresentationElementTextEnum extends java.lang.Enum<PresentationElementTextEnum>
| Enum Constant and Description |
|---|
CONSTRAINTS
Text for constraints.
|
NAME
Text for name.
|
STEREOTYPES
Text for stereotypes.
|
TAGS
Text for tags.
|
| Modifier and Type | Method and Description |
|---|---|
static PresentationElementTextEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PresentationElementTextEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PresentationElementTextEnum NAME
public static final PresentationElementTextEnum STEREOTYPES
public static final PresentationElementTextEnum TAGS
public static final PresentationElementTextEnum CONSTRAINTS
public static PresentationElementTextEnum[] values()
for (PresentationElementTextEnum c : PresentationElementTextEnum.values()) System.out.println(c);
public static PresentationElementTextEnum 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