public class DmcTypeIntegerSTATIC extends Object
This code was auto-generated and shouldn't be altered manually! Generated from: org.dmd.dms.util.GenUtility.dumpSTATICType(GenUtility.java:2346) Called from: org.dmd.dms.util.GenUtility.dumpSVType(GenUtility.java:2261)
| Modifier and Type | Field and Description |
|---|---|
static DmcTypeIntegerSTATIC |
instance |
| Modifier | Constructor and Description |
|---|---|
protected |
DmcTypeIntegerSTATIC() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
cloneValue(Integer value) |
Integer |
deserializeValue(DmcInputStreamIF dis) |
void |
serializeValue(DmcOutputStreamIF dos,
Integer value) |
Integer |
typeCheck(Object value) |
public static DmcTypeIntegerSTATIC instance
public Integer typeCheck(Object value) throws DmcValueException
DmcValueExceptionpublic Integer cloneValue(Integer value) throws DmcValueException
DmcValueExceptionpublic void serializeValue(DmcOutputStreamIF dos, Integer value) throws Exception
Exceptionpublic Integer deserializeValue(DmcInputStreamIF dis) throws Exception
ExceptionCopyright © 2023. All rights reserved.