Class GomFilterHideEntry
java.lang.Object
de.espirit.firstspirit.access.store.templatestore.gom.AbstractGomFilterEntry
de.espirit.firstspirit.access.store.templatestore.gom.GomFilterHideEntry
- All Implemented Interfaces:
GomCheckable
,GomElement
,GomFilterEntry
,Serializable
Filter entry for a hidden value
- Since:
- 4.2.9
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface de.espirit.firstspirit.access.store.templatestore.gom.GomCheckable
GomCheckable.Context
Nested classes/interfaces inherited from interface de.espirit.firstspirit.access.store.templatestore.gom.GomFilterEntry
GomFilterEntry.EntryType, GomFilterEntry.FilterEntryWildcardType, GomFilterEntry.FilterType
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionGomFilterHideEntry
(GomFilterEntry.FilterType filterType) Creates a new instance with the specified filter type -
Method Summary
Modifier and TypeMethodDescriptionprotected String
The restriction type.The FilterType string representationgetType()
The type to filter for.void
setType
(GomFilterEntry.FilterType filterType) Sets the store element filter typeMethods inherited from class de.espirit.firstspirit.access.store.templatestore.gom.AbstractGomFilterEntry
getGomElementTag, getIncludeConfiguration, hasRepresentation, setGomElementTag, setIncludeConfiguration, validate, verify
-
Field Details
-
TAG
The tag of this component- Since:
- 4.2.9
- See Also:
-
-
Constructor Details
-
GomFilterHideEntry
Creates a new instance with the specified filter type- Since:
- 4.2.9
-
-
Method Details
-
getDefaultTag
-
getType
Description copied from interface:GomFilterEntry
The type to filter for.- Returns:
- the specific element filter type.
- See Also:
-
setType
Sets the store element filter type- Since:
- 4.2.9
-
getEntryType
Description copied from interface:GomFilterEntry
The restriction type.- Returns:
- ALLOW or HIDE type
- See Also:
-
getStringRepresentation
Description copied from interface:GomFilterEntry
The FilterType string representation- Returns:
- the FilterType string representation
- See Also:
-