public abstract class Channel
extends java.lang.Object
implements org.omg.CORBA.portable.StreamableValue
| Modifier and Type | Field and Description |
|---|---|
protected ChannelId |
id
Uniquely identifies this channel.
|
| Constructor and Description |
|---|
Channel() |
| Modifier and Type | Method and Description |
|---|---|
void |
_read(org.omg.CORBA.portable.InputStream in) |
java.lang.String[] |
_truncatable_ids() |
org.omg.CORBA.TypeCode |
_type() |
void |
_write(org.omg.CORBA.portable.OutputStream out) |
abstract java.lang.String |
get_code()
Access the channnel code.
|
abstract ChannelId |
get_id()
Access the private id attribute.
|
Time |
getBeginTime() |
TimeRange |
getEffectiveTime() |
Time |
getEndTime() |
ChannelId |
getId() |
java.lang.String |
getName() |
NetworkAttr |
getNetworkAttr() |
Orientation |
getOrientation() |
Sampling |
getSamplingInfo() |
Site |
getSite() |
Station |
getStation() |
static Channel |
intern(Channel channel) |
void |
setBeginTime(Time beginTime) |
void |
setEffectiveTime(TimeRange eff) |
void |
setEndTime(Time endTime) |
protected void |
setId(ChannelId id) |
void |
setName(java.lang.String name) |
void |
setOrientation(Orientation orientation) |
void |
setSamplingInfo(Sampling sampling_info) |
void |
setSite(Site site) |
protected ChannelId id
public abstract ChannelId get_id()
public abstract java.lang.String get_code()
public java.lang.String[] _truncatable_ids()
_truncatable_ids in interface org.omg.CORBA.portable.ValueBasepublic void _read(org.omg.CORBA.portable.InputStream in)
_read in interface org.omg.CORBA.portable.Streamablepublic void _write(org.omg.CORBA.portable.OutputStream out)
_write in interface org.omg.CORBA.portable.Streamablepublic org.omg.CORBA.TypeCode _type()
_type in interface org.omg.CORBA.portable.Streamablepublic java.lang.String getName()
public Orientation getOrientation()
public Sampling getSamplingInfo()
public TimeRange getEffectiveTime()
public Site getSite()
public Station getStation()
public NetworkAttr getNetworkAttr()
public Time getBeginTime()
public void setBeginTime(Time beginTime)
public Time getEndTime()
public void setEndTime(Time endTime)
public void setSite(Site site)
public ChannelId getId()
protected void setId(ChannelId id)
public void setName(java.lang.String name)
public void setOrientation(Orientation orientation)
public void setSamplingInfo(Sampling sampling_info)
public void setEffectiveTime(TimeRange eff)