public interface IResource extends 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.
|
ISkeleton |
getSkeleton()
Gets the skeleton object for this resource.
|
void |
setId(String id)
Sets the identifier of this resource.
|
void |
setSkeleton(ISkeleton skeleton)
Sets the skeleton object for this resource.
|
static 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()
void setId(String id)
id - the new identifier value.getId()ISkeleton getSkeleton()
void setSkeleton(ISkeleton skeleton)
skeleton - the skeleton object to set.Copyright © 2021. All rights reserved.