Enum Class GomTypeRestrictedTemplates.TemplateType
java.lang.Object
java.lang.Enum<GomTypeRestrictedTemplates.TemplateType>
de.espirit.firstspirit.access.store.templatestore.gom.lists.GomTypeRestrictedTemplates.TemplateType
- All Implemented Interfaces:
Serializable
,Comparable<GomTypeRestrictedTemplates.TemplateType>
,Constable
- Enclosing class:
- GomTypeRestrictedTemplates
public static enum GomTypeRestrictedTemplates.TemplateType
extends Enum<GomTypeRestrictedTemplates.TemplateType>
Types of templates.
- Since:
- 5.2.6
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionProvides the object type of this template type.Provides theuid type
of this template type.abstract boolean
Indicates the visibility of the given template.Returns the enum constant of this class with the specified name.values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
SECTION
Template type section.- Since:
- 5.2.6
-
LINK
Template type link.- Since:
- 5.2.6
-
-
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
-
getUidType
Provides theuid type
of this template type.- Returns:
- The uid type.
- Since:
- 5.2.6
-
getObjectType
Provides the object type of this template type.- Returns:
- The object type.
- Since:
- 5.2.6
-
isVisible
Indicates the visibility of the given template.- Parameters:
template
- The template to be examined.- Returns:
true
, if the template is visible.- Since:
- 5.2.6
-