public class DmwTypeToWrapperType extends Object implements Serializable
| Constructor and Description |
|---|
DmwTypeToWrapperType()
Default constructor.
|
DmwTypeToWrapperType(DmwTypeToWrapperType original)
Copy constructor.
|
DmwTypeToWrapperType(String initialInput)
String based constructor.
|
DmwTypeToWrapperType(String f1,
WrapperTypeEnum f2)
All fields constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
deserializeIt(DmcInputStreamIF dis)
Deserialization.
|
String |
getDmwType() |
WrapperTypeEnum |
getWrapperType() |
void |
serializeIt(DmcOutputStreamIF dos)
Serialization.
|
void |
toJSON(StringBuffer sb,
int padding,
String indent) |
String |
toString()
String form.
|
public DmwTypeToWrapperType()
public DmwTypeToWrapperType(DmwTypeToWrapperType original)
public DmwTypeToWrapperType(String f1, WrapperTypeEnum f2) throws DmcValueException
DmcValueExceptionpublic DmwTypeToWrapperType(String initialInput) throws DmcValueException
DmcValueExceptionpublic void serializeIt(DmcOutputStreamIF dos) throws Exception
Exceptionpublic void deserializeIt(DmcInputStreamIF dis) throws Exception
Exceptionpublic String getDmwType()
public WrapperTypeEnum getWrapperType()
public void toJSON(StringBuffer sb, int padding, String indent)
Copyright © 2023. All rights reserved.