edu.iris.Fissures.IfEvent
Class EventAttr
java.lang.Object
edu.iris.Fissures.IfEvent.EventAttr
- All Implemented Interfaces:
- java.io.Serializable, org.omg.CORBA.portable.IDLEntity, org.omg.CORBA.portable.Streamable, org.omg.CORBA.portable.StreamableValue, org.omg.CORBA.portable.ValueBase
public abstract class EventAttr
- extends java.lang.Object
- implements org.omg.CORBA.portable.StreamableValue
Contains the attributes for a Fissures Event.
- See Also:
- Serialized Form
Method Summary |
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
public java.lang.String name
- The name of the event. There is no required format, however
it should be intelligible to a human. For most events
something like a stingified origin time and/or location
is acceptible, larger events with well-known names in the
literature may have more descriptive names such as Loma
Prieta or Northridge.Uniqueness is not required, but
is desirible.
region
public FlinnEngdahlRegion region
- The Flinn Engdahl region that this earthquake occurs in.
Note that due to multiple Origins for a singe Event, there
may be more than one region that could be said to contain
the Event. Thus the region is informative, but should not
be considered definative.
parm_ids
public ParameterRef[] parm_ids
- Ids for parameters that are associated with this event.
EventAttr
public EventAttr()
_truncatable_ids
public java.lang.String[] _truncatable_ids()
- Specified by:
_truncatable_ids
in interface org.omg.CORBA.portable.ValueBase
_read
public void _read(org.omg.CORBA.portable.InputStream in)
- Specified by:
_read
in interface org.omg.CORBA.portable.Streamable
_write
public void _write(org.omg.CORBA.portable.OutputStream out)
- Specified by:
_write
in interface org.omg.CORBA.portable.Streamable
_type
public org.omg.CORBA.TypeCode _type()
- Specified by:
_type
in interface org.omg.CORBA.portable.Streamable