public class BooleanAnnotationData extends AnnotationData
修飾子とタイプ | フィールドと説明 |
---|---|
static java.lang.String |
INSIGHT_PUBLISHED_NS
The name space used to indicate that the tag is used a tag set.
|
FILE_TRANSFER_NS
コンストラクタと説明 |
---|
BooleanAnnotationData()
Creates a new instance.
|
BooleanAnnotationData(boolean value)
Creates a new instance.
|
BooleanAnnotationData(omero.model.BooleanAnnotation annotation)
Creates a new instance.
|
修飾子とタイプ | メソッドと説明 |
---|---|
java.lang.Object |
getContent()
Returns the textual content of the annotation.
|
java.lang.String |
getContentAsString()
Returns the textual content of the annotation.
|
java.lang.Boolean |
getValue()
Returns the text of this annotation.
|
void |
setContent(java.lang.Object content)
Sets the text annotation.
|
void |
setValue(boolean value)
Returns the text.
|
getLastModified, getNameSpace, setNameSpace
asAnnotation, asChannel, asDataset, asExperimenter, asGroup, asIAnnotated, asImage, asIObject, asPixels, asPlate, asPojo, asPojos, asPojos, asProject, asScreen, asWell, asWellSample, canAnnotate, canDelete, canEdit, canLink, getCreated, getDetails, getGroupId, getId, getOwner, getPermissions, getUpdated, getVersion, isDirty, isLoaded, nullDetails, nullSafe, nullSafe, nullSafe, nullSafe, nullSafe, nullSafe, nullSafe, setDirty, setId, setValue, setVersion, timeOfEvent, toString
public static final java.lang.String INSIGHT_PUBLISHED_NS
public BooleanAnnotationData()
public BooleanAnnotationData(boolean value)
value
- The value to set.public BooleanAnnotationData(omero.model.BooleanAnnotation annotation)
annotation
- The BooleanAnnotation
object corresponding to this
DataObject
. Mustn't be null
.public void setValue(boolean value)
value
- The value to set.public java.lang.Boolean getValue()
public java.lang.Object getContent()
getContent
クラス内 AnnotationData
AnnotationData.getContent()
public java.lang.String getContentAsString()
getContentAsString
クラス内 AnnotationData
AnnotationData.getContentAsString()
public void setContent(java.lang.Object content)
setContent
クラス内 AnnotationData
content
- The value to set.AnnotationData.setContent(Object)