Interface ElementMetaBase
- All Known Subinterfaces:
ElementBindingHandler
,ElementClass
,ElementClassAttribute
,ElementClassBase
,ElementConfigurator
,ElementConfiguratorGlobal
,ElementInterface
,ElementNamespace
,ElementNamespaceAttribute
,X4OLanguageModuleLocal
- All Known Implementing Classes:
AbstractElementBindingHandler
,AbstractElementClass
,AbstractElementClassAttribute
,AbstractElementClassBase
,AbstractElementConfigurator
,AbstractElementInterface
,AbstractElementMetaBase
,AbstractElementNamespace
,AbstractElementNamespaceAttribute
,AbstractX4OLanguageModule
,AttributeFromBodyConfigurator
,DefaultElementClass
,DefaultElementClassAttribute
,DefaultElementInterface
,DefaultElementNamespace
,DefaultX4OLanguageModule
,ElementClassAttributeBindingHandler
,ElementClassBindingHandler
,ElementInterfaceBindingHandler
,ElementModuleBindingHandler
,ElementNamespaceBindingHandler
,ElementRefectionBindingHandler
,ELIDAttributeHandler
,StringSplitConverterBindingHandler
,StringSplitConverterStepBindingHandler
public interface ElementMetaBase
ElementMetaBase provides a base interface describe meta information.
- Version:
- 1.0 Jan 13, 2009
- Author:
- Willem Cazanders
-
Method Summary
Modifier and TypeMethodDescriptionReturns the description of the ElementMetaBase.getId()
Returns the id of the ElementMetaBase.void
setDescription
(String description) Sets the description of the ElementMetaBase.void
Sets the id of the ElementMetaBase.
-
Method Details
-
setId
-
getId
-
setDescription
Sets the description of the ElementMetaBase.- Parameters:
description
- The description to set.
-
getDescription
String getDescription()Returns the description of the ElementMetaBase.- Returns:
- Returns the description.
-