@Deprecated public class DatasetNode extends OMEXMLNode
basePackage, classHash, constructorHash, element, idPrefix, LEGACY_VERSION, nextIds, NODE_PACKAGES, nodeHash
Constructor and Description |
---|
DatasetNode(Element element)
Deprecated.
Constructs a Dataset node with an associated DOM element.
|
DatasetNode(OMEXMLNode parent)
Deprecated.
Constructs a Dataset node with an associated DOM element beneath
a given parent.
|
DatasetNode(OMEXMLNode parent,
boolean attach)
Deprecated.
Constructs a Dataset node with an associated DOM element beneath
a given parent.
|
Modifier and Type | Method and Description |
---|---|
String |
getCustomAttributes()
Deprecated.
|
String |
getDescription()
Deprecated.
|
ExperimenterNode |
getExperimenter()
Deprecated.
|
ExperimenterRefNode |
getExperimenterRef()
Deprecated.
|
GroupNode |
getGroup()
Deprecated.
|
GroupRefNode |
getGroupRef()
Deprecated.
|
Boolean |
getLocked()
Deprecated.
|
String |
getName()
Deprecated.
|
int |
getProjectCount()
Deprecated.
|
Vector |
getProjectList()
Deprecated.
|
int |
getProjectRefCount()
Deprecated.
|
Vector |
getProjectRefList()
Deprecated.
|
int |
getReferringImageCount()
Deprecated.
|
List |
getReferringImageList()
Deprecated.
|
boolean |
hasID()
Deprecated.
Gets whether this type of node should have an ID.
|
void |
setCustomAttributes(String customAttributes)
Deprecated.
|
void |
setDescription(String description)
Deprecated.
|
void |
setLocked(Boolean locked)
Deprecated.
|
void |
setName(String name)
Deprecated.
|
clearCaches, createReference, equals, getAncestorElement, getAncestorNode, getAttribute, getAttributeNames, getAttributeValues, getAttrReferencedNode, getAttrReferringCount, getAttrReferringNodes, getBooleanAttribute, getBooleanCData, getCData, getCData, getChildCount, getChildNode, getChildNode, getChildNode, getChildNodes, getChildNodes, getDOMElement, getDoubleAttribute, getDoubleCData, getElementName, getFloatAttribute, getFloatCData, getIDPrefix, getIntegerAttribute, getIntegerCData, getLongAttribute, getLongCData, getNode, getNodeID, getReferencedNode, getReferencedNodes, getReferringCount, getReferringCount, getReferringNodes, getReferringNodes, getStringAttribute, getStringCData, getVersion, isLegacy, makeID, setAttribute, setAttribute, setAttrReferencedNode, setCData, setCData, setCData, setIDPrefix, setNodeID, toString
public DatasetNode(Element element)
public DatasetNode(OMEXMLNode parent)
public DatasetNode(OMEXMLNode parent, boolean attach)
public Boolean getLocked()
public void setLocked(Boolean locked)
public String getDescription()
public void setDescription(String description)
public ExperimenterNode getExperimenter()
public ExperimenterRefNode getExperimenterRef()
public int getProjectCount()
public Vector getProjectList()
public int getProjectRefCount()
public Vector getProjectRefList()
public int getReferringImageCount()
public List getReferringImageList()
public GroupNode getGroup()
public GroupRefNode getGroupRef()
public String getCustomAttributes()
public void setCustomAttributes(String customAttributes)
public String getName()
public void setName(String name)
public boolean hasID()
OMEXMLNode
hasID
in class OMEXMLNode
Copyright © 2014 Open Microscopy Environment