Enum Class GomButton.DropType
java.lang.Object
java.lang.Enum<GomButton.DropType>
de.espirit.firstspirit.access.store.templatestore.gom.GomButton.DropType
- All Implemented Interfaces:
Serializable
,Comparable<GomButton.DropType>
,Constable
- Enclosing class:
- GomButton
Predefined drop types
- Since:
- 4.2.426
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDrop type body nodeDrop type dataset nodeDrop type document group nodeDrop type external file-based dataDrop type media node of type fileDeprecated.since 5.0 - no replacementDrop type mediastore folder nodeDrop type arbitrary firstspirit nodeDrop type page nodeDrop type pagestore folder nodeDrop type page reference nodeDrop type media node of type pictureDrop type section nodeDrop type sitestore folder nodeDrop type all textDrop type html textDrop type plain text -
Method Summary
Modifier and TypeMethodDescriptionstatic GomButton.DropType
Returns the enum constant of this class with the specified name.static GomButton.DropType[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
TEXT_HTML
Drop type html text- Since:
- 4.2.426
-
TEXT_PLAIN
Drop type plain text- Since:
- 4.2.426
-
TEXT_ALL
Drop type all text- Since:
- 4.2.426
-
EXTERNAL
Drop type external file-based data- Since:
- 4.2.426
-
NODE
Drop type arbitrary firstspirit node- Since:
- 4.2.426
-
PAGEFOLDER
Drop type pagestore folder node- Since:
- 4.2.426
-
PAGE
Drop type page node- Since:
- 4.2.426
-
BODY
Drop type body node- Since:
- 4.2.426
-
SECTION
Drop type section node- Since:
- 4.2.426
-
SITESTOREFOLDER
Drop type sitestore folder node- Since:
- 4.2.426
-
PAGEREF
Drop type page reference node- Since:
- 4.2.426
-
DOCGROUP
Drop type document group node- Since:
- 4.2.426
-
MEDIAFOLDER
Drop type mediastore folder node- Since:
- 4.2.426
-
MEDIA
Deprecated.since 5.0 - no replacementDrop type media node- Since:
- 4.2.426
-
PICTURE
Drop type media node of type picture- Since:
- 4.2.426
-
FILE
Drop type media node of type file- Since:
- 4.2.426
-
DATASET
Drop type dataset node- Since:
- 4.2.426
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-