Package org.apache.uima.caseditor.editor
Class CasDocumentProvider.ElementInfo
java.lang.Object
org.apache.uima.caseditor.editor.CasDocumentProvider.ElementInfo
- Enclosing class:
CasDocumentProvider
The Class ElementInfo.
-
Field Summary
-
Constructor Summary
ModifierConstructorDescriptionprotected
ElementInfo
(Object element) Instantiates a new element info. -
Method Summary
-
Field Details
-
referenceCount
public int referenceCountThe reference count. -
element
The element.
-
-
Constructor Details
-
ElementInfo
Instantiates a new element info.- Parameters:
element
- the element
-