public class MapAnnotationData extends AnnotationData
修飾子とタイプ | フィールドと説明 |
---|---|
static java.lang.String |
NS_CLIENT_CREATED
The name space used to identify MapAnnotations created be the user
|
FILE_TRANSFER_NS
コンストラクタと説明 |
---|
MapAnnotationData() |
MapAnnotationData(omero.model.MapAnnotation value) |
修飾子とタイプ | メソッドと説明 |
---|---|
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
クラス内 AnnotationData
content
- The value to set.public java.lang.Object getContent()
AnnotationData
getContent
クラス内 AnnotationData
public java.lang.String getContentAsString()
AnnotationData
String
, which is
parsed on a Class
-by-Class
basis.getContentAsString
クラス内 AnnotationData