public static enum OperationModel.SimpleReturnType extends Enum<OperationModel.SimpleReturnType> implements OperationModel.ReturnType
| Enum Constant and Description |
|---|
BOOLEAN |
| Modifier and Type | Method and Description |
|---|---|
static OperationModel.SimpleReturnType |
fromTypeName(String typeName) |
Optional<EntityModel> |
getEntity() |
boolean |
isList() |
static OperationModel.SimpleReturnType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperationModel.SimpleReturnType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OperationModel.SimpleReturnType BOOLEAN
public static OperationModel.SimpleReturnType[] values()
for (OperationModel.SimpleReturnType c : OperationModel.SimpleReturnType.values()) System.out.println(c);
public static OperationModel.SimpleReturnType 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 Optional<EntityModel> getEntity()
getEntity in interface OperationModel.ReturnTypepublic boolean isList()
isList in interface OperationModel.ReturnTypepublic static OperationModel.SimpleReturnType fromTypeName(String typeName)
Copyright © 2021. All rights reserved.