Interface CloseModelElement
-
- All Superinterfaces:
ExtensibilityModelElement
- All Known Implementing Classes:
CloseModelElementImpl
public interface CloseModelElement extends ExtensibilityModelElement
Instances of classes that implement this interface are used to indicate the end of a section of content in the model. A
OpenModelElementwith the sameidis used to indicate the start of the content and aContentModelElementcontains the content it self.- Author:
- David Draper
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringTYPE
-
Method Summary
-
Methods inherited from interface org.springframework.extensions.surf.extensibility.ExtensibilityModelElement
getDirectiveName, getId, getType
-
-
-
-
Field Detail
-
TYPE
static final java.lang.String TYPE
- See Also:
- Constant Field Values
-
-