@Deprecated public enum EPluginFormResourceType extends Enum<EPluginFormResourceType>
Enum Constant and Description |
---|
CSS
Deprecated.
|
JAVASCRIPT
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
getFileExtension()
Deprecated.
|
static EPluginFormResourceType |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static EPluginFormResourceType[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EPluginFormResourceType JAVASCRIPT
public static final EPluginFormResourceType CSS
public static EPluginFormResourceType[] values()
for (EPluginFormResourceType c : EPluginFormResourceType.values()) System.out.println(c);
public static EPluginFormResourceType 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 null@Deprecated public String getFileExtension()
EFormResourceType
Copyright © 2019 XIMA MEDIA GmbH. All rights reserved.