public static enum ObjectOperationDto.OperationTypeEnum extends Enum<ObjectOperationDto.OperationTypeEnum>
| Modifier and Type | Method and Description |
|---|---|
static ObjectOperationDto.OperationTypeEnum |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static ObjectOperationDto.OperationTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObjectOperationDto.OperationTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ObjectOperationDto.OperationTypeEnum ADD
public static final ObjectOperationDto.OperationTypeEnum REMOVE
public static ObjectOperationDto.OperationTypeEnum[] values()
for (ObjectOperationDto.OperationTypeEnum c : ObjectOperationDto.OperationTypeEnum.values()) System.out.println(c);
public static ObjectOperationDto.OperationTypeEnum 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<ObjectOperationDto.OperationTypeEnum>public static ObjectOperationDto.OperationTypeEnum fromValue(String value)
Copyright © 2025. All rights reserved.