public abstract class DmcTypeEventSpec extends org.dmd.dmc.DmcAttribute<EventSpec> implements Serializable
| Constructor and Description |
|---|
DmcTypeEventSpec()
Default constructor.
|
DmcTypeEventSpec(org.dmd.dmc.DmcAttributeInfo ai)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
EventSpec |
cloneValue(EventSpec val)
Returns a clone of a value associated with this type.
|
EventSpec |
deserializeValue(org.dmd.dmc.DmcInputStreamIF dis)
Reads a EventSpec.
|
protected void |
formatValueAsJSON(StringBuffer sb,
int padding,
String indent) |
void |
serializeValue(org.dmd.dmc.DmcOutputStreamIF dos,
EventSpec value)
Writes a EventSpec.
|
protected EventSpec |
typeCheck(Object value) |
add, addModsMV, addModsSV, cloneIt, compareTo, contains, containsKey, del, deserializeIt, formatValue, formatValueAsCompactJSON, getAttributeInfo, getByKey, getID, getMV, getMVnth, getMVSize, getName, getNew, getSV, hasValue, modifierFormat, serializeIt, set, setAttributeInfo, setMVnth, toOIF, toOIF, valueChangedMV, valueChangedSVpublic DmcTypeEventSpec()
public DmcTypeEventSpec(org.dmd.dmc.DmcAttributeInfo ai)
protected void formatValueAsJSON(StringBuffer sb, int padding, String indent)
formatValueAsJSON in class org.dmd.dmc.DmcAttribute<EventSpec>protected EventSpec typeCheck(Object value) throws org.dmd.dmc.DmcValueException
typeCheck in class org.dmd.dmc.DmcAttribute<EventSpec>org.dmd.dmc.DmcValueExceptionpublic EventSpec cloneValue(EventSpec val)
cloneValue in class org.dmd.dmc.DmcAttribute<EventSpec>public void serializeValue(org.dmd.dmc.DmcOutputStreamIF dos,
EventSpec value)
throws Exception
Copyright © 2019. All rights reserved.