public class PrairieMetadata.PFile
extends java.lang.Object
<File> beneath a <Frame>. It is called
PFile rather than File to avoid confusion with the
File class.| Constructor and Description |
|---|
PrairieMetadata.PFile(PrairieMetadata.Frame frame,
org.w3c.dom.Element fileElement)
Creates a new file by parsing the given
<File> element. |
| Modifier and Type | Method and Description |
|---|---|
int |
getChannel()
Gets the
channel associated with this File. |
java.lang.String |
getChannelName()
Gets the
channelName associated with this File. |
java.lang.String |
getFilename()
Gets the
filename associated with this File. |
PrairieMetadata.Frame |
getFrame()
Gets the
<Frame> containing this <File>. |
void |
parse(org.w3c.dom.Element fileElement)
Parses metadata from the given
File element. |
public PrairieMetadata.PFile(PrairieMetadata.Frame frame, org.w3c.dom.Element fileElement)
<File> element.public PrairieMetadata.Frame getFrame()
<Frame> containing this <File>.public void parse(org.w3c.dom.Element fileElement)
File element.public int getChannel()
channel associated with this File.public java.lang.String getChannelName()
channelName associated with this File.public java.lang.String getFilename()
filename associated with this File.Copyright © 2014 Open Microscopy Environment