public enum EEntitySupportedExtension extends Enum<EEntitySupportedExtension>
Modifier and Type | Method and Description |
---|---|
static boolean |
isSupported(String filenameOrExtension) |
String |
toString() |
static EEntitySupportedExtension |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EEntitySupportedExtension[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EEntitySupportedExtension JSON
public static final EEntitySupportedExtension YAML
public static final EEntitySupportedExtension YML
public static final EEntitySupportedExtension HJSON
public static EEntitySupportedExtension[] values()
for (EEntitySupportedExtension c : EEntitySupportedExtension.values()) System.out.println(c);
public static EEntitySupportedExtension 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 toString()
toString
in class Enum<EEntitySupportedExtension>
public static boolean isSupported(String filenameOrExtension)
Copyright © 2014–2023. All rights reserved.