public class PrairieMetadata.PFile extends Object
<File>
beneath a <Frame>
. It is called
PFile
rather than File
to avoid confusion with the
File
class.Constructor and Description |
---|
PrairieMetadata.PFile(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 . |
String |
getChannelName()
Gets the
channelName associated with this File . |
String |
getFilename()
Gets the
filename associated with this File . |
void |
parse(Element fileElement)
Parses metadata from the given
File element. |
public PrairieMetadata.PFile(Element fileElement)
<File>
element.public void parse(Element fileElement)
File
element.public int getChannel()
channel
associated with this File
.public String getChannelName()
channelName
associated with this File
.public String getFilename()
filename
associated with this File
.Copyright © 2014 Open Microscopy Environment