public class MapAnnotationData extends AnnotationData
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
NS_CLIENT_CREATED
The name space used to identify MapAnnotations created be the user
|
FILE_TRANSFER_NS
Constructor and Description |
---|
MapAnnotationData() |
MapAnnotationData(omero.model.MapAnnotation value) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getContent()
Returns the content of the annotation.
|
java.lang.String |
getContentAsString()
Returns the content of the annotation as a
String , which is
parsed on a Class -by-Class basis. |
void |
setContent(java.lang.Object content)
Sets the annotation value.
|
getDescription, getLastModified, getNameSpace, setDescription, setNameSpace
asAnnotation, asChannel, asDataset, asExperimenter, asFolder, asGroup, asIAnnotated, asImage, asIObject, asPixels, asPlate, asPojo, asPojos, asPojos, asProject, asScreen, asWell, asWellSample, canAnnotate, canChgrp, canChown, canDelete, canEdit, canLink, getCreated, getDetails, getGroupId, getId, getOwner, getPermissions, getUpdated, getVersion, isDirty, isLoaded, nullDetails, nullSafe, nullSafe, nullSafe, nullSafe, nullSafe, nullSafe, nullSafe, nullSafe, setDirty, setId, setValue, setVersion, timeOfEvent, toString
public static final java.lang.String NS_CLIENT_CREATED
public MapAnnotationData(omero.model.MapAnnotation value)
public MapAnnotationData()
public void setContent(java.lang.Object content)
AnnotationData
Annotation
, then an
IllegalArgumentException
will be thrown.setContent
in class AnnotationData
content
- The value to set.public java.lang.Object getContent()
AnnotationData
getContent
in class AnnotationData
public java.lang.String getContentAsString()
AnnotationData
String
, which is
parsed on a Class
-by-Class
basis.getContentAsString
in class AnnotationData