public interface IResource extends IWithProperties, IWithAnnotations, IWithSkeleton, Cloneable
| Modifier and Type | Field and Description |
|---|---|
static int |
COPY_ALL |
static int |
COPY_CONTENT |
static int |
COPY_PROPERTIES |
static int |
COPY_SEGMENTATION |
static int |
COPY_SEGMENTED_CONTENT |
static int |
CREATE_EMPTY |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the identifier of the resource.
|
void |
setId(String id)
Sets the identifier of this resource.
|
copy, getProperties, getProperty, getPropertyNames, hasProperty, propertyIterator, removeProperty, setPropertyannotationIterator, clear, copy, getAnnotation, getAnnotations, getAnnotationsTypesAsSet, hasAnnotation, hasAnnotations, remove, setAnnotationgetSkeleton, setSkeletonstatic final int CREATE_EMPTY
static final int COPY_CONTENT
static final int COPY_PROPERTIES
static final int COPY_SEGMENTATION
static final int COPY_SEGMENTED_CONTENT
static final int COPY_ALL
String getId()
Copyright © 2021. All rights reserved.