public class MethodWithArgs extends Object implements org.dmd.dmc.DmcMappedAttributeIF, Serializable
| Constructor and Description |
|---|
MethodWithArgs() |
MethodWithArgs(MethodWithArgs mwa) |
MethodWithArgs(String v) |
MethodWithArgs(String rt,
String mn,
String av,
String c) |
| Modifier and Type | Method and Description |
|---|---|
void |
deserializeIt(org.dmd.dmc.DmcInputStreamIF dis) |
String |
getArgVector() |
String |
getComment() |
Object |
getKey() |
String |
getKeyAsString() |
String |
getMethodName() |
String |
getReturnType() |
String |
getSignature() |
void |
serializeIt(org.dmd.dmc.DmcOutputStreamIF dos) |
String |
toString() |
boolean |
valuesAreEqual(org.dmd.dmc.DmcMappedAttributeIF obj) |
public MethodWithArgs()
public MethodWithArgs(MethodWithArgs mwa)
public MethodWithArgs(String v) throws org.dmd.dmc.DmcValueException
org.dmd.dmc.DmcValueExceptionpublic String getReturnType()
public String getMethodName()
public String getArgVector()
public String getComment()
public String getSignature()
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.