public static enum MappingComponentDropHandlerFileTypeMatcher.FileType extends Enum<MappingComponentDropHandlerFileTypeMatcher.FileType>
| Modifier and Type | Method and Description |
|---|---|
static MappingComponentDropHandlerFileTypeMatcher.FileType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MappingComponentDropHandlerFileTypeMatcher.FileType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MappingComponentDropHandlerFileTypeMatcher.FileType ANY
public static final MappingComponentDropHandlerFileTypeMatcher.FileType VIDEO
public static final MappingComponentDropHandlerFileTypeMatcher.FileType IMAGE
public static final MappingComponentDropHandlerFileTypeMatcher.FileType TEXT
public static final MappingComponentDropHandlerFileTypeMatcher.FileType BINARY
public static MappingComponentDropHandlerFileTypeMatcher.FileType[] values()
for (MappingComponentDropHandlerFileTypeMatcher.FileType c : MappingComponentDropHandlerFileTypeMatcher.FileType.values()) System.out.println(c);
public static MappingComponentDropHandlerFileTypeMatcher.FileType 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 nullCopyright © 2012–2025 cismet GmbH. All rights reserved.