Class GomDataset.GomLegacyTableTemplateElement
java.lang.Object
de.espirit.firstspirit.access.store.templatestore.gom.AbstractGomElement
de.espirit.firstspirit.access.store.templatestore.gom.GomInnerText
de.espirit.firstspirit.access.store.templatestore.gom.GomDataset.GomLegacyTableTemplateElement
- All Implemented Interfaces:
GomCheckable,GomElement,GomUidProviding,GomUidTypeProviding,Serializable
- Enclosing class:
- GomDataset
public static class GomDataset.GomLegacyTableTemplateElement
extends GomInnerText
implements GomUidProviding, GomUidTypeProviding
Legacy table template
- Since:
- 4.2
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface de.espirit.firstspirit.access.store.templatestore.gom.GomCheckable
GomCheckable.Context -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringReturn the default tag for a gom element.@Nullable StringgetUid()The UID this element holds as a reference.TheIDProvider.UidTypeof the references contained.voidvalidate(GomCheckable.Context context) Validate the element against the given context.voidverify()Verify the element to be fulfill its syntactic constraints.Methods inherited from class de.espirit.firstspirit.access.store.templatestore.gom.GomInnerText
getText, setText, withMethods inherited from class de.espirit.firstspirit.access.store.templatestore.gom.AbstractGomElement
getGomElementTag, getIncludeConfiguration, hasRepresentation, setGomElementTag, setIncludeConfiguration
-
Constructor Details
-
GomLegacyTableTemplateElement
public GomLegacyTableTemplateElement()
-
-
Method Details
-
getDefaultTag
Description copied from class:AbstractGomElementReturn the default tag for a gom element.- Overrides:
getDefaultTagin classGomInnerText- Returns:
- The elements default tag.
-
verify
Description copied from interface:GomCheckableVerify the element to be fulfill its syntactic constraints.- Specified by:
verifyin interfaceGomCheckable- Overrides:
verifyin classGomInnerText- Throws:
IllegalStateException- If the element is not correctly set up.
-
validate
Description copied from interface:GomCheckableValidate the element against the given context.- Specified by:
validatein interfaceGomCheckable- Overrides:
validatein classGomInnerText- Parameters:
context- The context to validate for, must not benull.- Throws:
GomValidationError- If the element is not plausible wrt. its context.
-
getUid
Description copied from interface:GomUidProvidingThe UID this element holds as a reference.- Specified by:
getUidin interfaceGomUidProviding- Returns:
- The UID or
null.
-
getUidType
Description copied from interface:GomUidTypeProvidingTheIDProvider.UidTypeof the references contained.- Specified by:
getUidTypein interfaceGomUidTypeProviding- Returns:
- The associated uid type.
-