public enum EUploadType extends Enum<EUploadType>
Enum Constant and Description |
---|
ATTACHMENT |
PROJEKT_RESSOURCE |
Modifier and Type | Method and Description |
---|---|
String |
getServletParamName() |
static EUploadType |
getTypeByParamName(String param) |
static EUploadType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EUploadType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EUploadType ATTACHMENT
public static final EUploadType PROJEKT_RESSOURCE
public static EUploadType[] values()
for (EUploadType c : EUploadType.values()) System.out.println(c);
public static EUploadType 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 getServletParamName()
public static EUploadType getTypeByParamName(String param)
Copyright © 2021 XIMA MEDIA GmbH. All rights reserved.