public interface IStore
Modifier and Type | Method and Description |
---|---|
IWithStore |
getParent()
Gets the parent object associated with this store.
|
ITags |
getSourceTags()
Gets the collection of tags associated with the source content of this store.
|
ITags |
getTargetTags()
Gets the collection of tags associated with the target content of this store.
|
boolean |
hasSourceTag()
Indicates if there is at least one tag (for code or annotation) in the source content for this store.
|
boolean |
hasTargetTag()
Indicates if there is at least one tag (for code or annotation) in the target content for this store.
|
IWithStore getParent()
boolean hasSourceTag()
boolean hasTargetTag()
ITags getSourceTags()
ITags getTargetTags()