public class EventWithArgs extends Object implements org.dmd.dmc.DmcMappedAttributeIF, Serializable
| Constructor and Description |
|---|
EventWithArgs() |
EventWithArgs(EventWithArgs ewa) |
EventWithArgs(String v) |
EventWithArgs(String en,
String av,
TreeSet<String> i) |
| Modifier and Type | Method and Description |
|---|---|
void |
deserializeIt(org.dmd.dmc.DmcInputStreamIF dis) |
String |
getArgVector() |
String |
getEventName() |
TreeSet<String> |
getImports() |
Object |
getKey() |
String |
getKeyAsString() |
void |
serializeIt(org.dmd.dmc.DmcOutputStreamIF dos) |
String |
toString() |
boolean |
valuesAreEqual(org.dmd.dmc.DmcMappedAttributeIF obj) |
public EventWithArgs()
public EventWithArgs(EventWithArgs ewa)
public EventWithArgs(String v) throws org.dmd.dmc.DmcValueException
org.dmd.dmc.DmcValueExceptionpublic String getEventName()
public String getArgVector()
public Object getKey()
getKey in interface org.dmd.dmc.DmcMappedAttributeIFpublic String getKeyAsString()
getKeyAsString in interface org.dmd.dmc.DmcMappedAttributeIFpublic boolean valuesAreEqual(org.dmd.dmc.DmcMappedAttributeIF obj)
valuesAreEqual in interface org.dmd.dmc.DmcMappedAttributeIFpublic void serializeIt(org.dmd.dmc.DmcOutputStreamIF dos)
throws Exception
ExceptionCopyright © 2019. All rights reserved.