public abstract class SeismogramNode
extends java.lang.Object
implements org.omg.CORBA.portable.StreamableValue
| Modifier and Type | Field and Description |
|---|---|
SeismogramAccess |
a_seismogram |
protected java.lang.String |
id |
| Constructor and Description |
|---|
SeismogramNode() |
| 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_id() |
protected java.lang.String id
public SeismogramAccess a_seismogram
public abstract java.lang.String get_id()
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.Streamable