@Generated(value="org.openapitools.codegen.languages.SpringCodegen", date="2025-07-17T03:06:34.712Z[Etc/UTC]") public enum AttributeTypeDto extends Enum<AttributeTypeDto>
| Enum Constant and Description |
|---|
CHANGE |
DSL |
ENCRYPTED |
FILE |
LIST |
TEXT |
| Modifier and Type | Method and Description |
|---|---|
static AttributeTypeDto |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static AttributeTypeDto |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttributeTypeDto[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AttributeTypeDto CHANGE
public static final AttributeTypeDto DSL
public static final AttributeTypeDto ENCRYPTED
public static final AttributeTypeDto FILE
public static final AttributeTypeDto LIST
public static final AttributeTypeDto TEXT
public static AttributeTypeDto[] values()
for (AttributeTypeDto c : AttributeTypeDto.values()) System.out.println(c);
public static AttributeTypeDto 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 getValue()
public String toString()
toString in class Enum<AttributeTypeDto>public static AttributeTypeDto fromValue(String value)
Copyright © 2025. All rights reserved.