|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.iris.Fissures.seed.builder.BasicExportBuilder.StationInfo
protected static class BasicExportBuilder.StationInfo
Store station info for Export.
Field Summary | |
---|---|
protected java.util.List |
channels
|
protected Btime |
endEffTime
|
protected java.lang.String |
networkCode
|
protected java.lang.String |
ownerCode
|
protected java.lang.String |
siteName
|
protected Btime |
startEffTime
|
protected java.lang.String |
stationName
|
Constructor Summary | |
---|---|
BasicExportBuilder.StationInfo(Blockette blk)
Creates the station information from the blockette. |
Method Summary | |
---|---|
void |
addChannel(BasicExportBuilder.ChannelInfo channelInfo)
Adds the channel to the list. |
BasicExportBuilder.ChannelInfo |
getChannel(int index)
Gets the channel. |
int |
getNumChannels()
Gets the number of channels. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final java.lang.String stationName
protected final java.lang.String siteName
protected final java.lang.String ownerCode
protected final java.lang.String networkCode
protected final Btime startEffTime
protected final Btime endEffTime
protected final java.util.List channels
Constructor Detail |
---|
public BasicExportBuilder.StationInfo(Blockette blk) throws java.lang.Exception
blk
- the Blockette.
java.lang.Exception
- if error.Method Detail |
---|
public void addChannel(BasicExportBuilder.ChannelInfo channelInfo)
channelInfo
- the ChannelInfo.public int getNumChannels()
public BasicExportBuilder.ChannelInfo getChannel(int index)
index
- the index.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |