public class ComplexWithComplex extends Object implements Serializable
| Constructor and Description |
|---|
ComplexWithComplex()
Default constructor.
|
ComplexWithComplex(ComplexWithComplex original)
Copy constructor.
|
ComplexWithComplex(String initialInput)
String based constructor.
|
ComplexWithComplex(String variable_,
TypeAndAttribute reference_)
All fields constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
deserializeIt(DmcInputStreamIF dis)
Deserialization.
|
boolean |
equals(Object obj) |
TypeAndAttribute |
getReference() |
String |
getVariable() |
void |
removeBackRefsFromValue() |
void |
resolve(DmcNameResolverIF resolver,
String attrName) |
void |
resolve(DmcNameResolverWithClashSupportIF resolver,
DmcObject object,
DmcNameClashResolverIF ncr,
DmcAttributeInfo ai) |
void |
serializeIt(DmcOutputStreamIF dos)
Serialization.
|
void |
toJSON(StringBuffer sb,
int padding,
String indent)
JSON form.
|
String |
toString()
String form.
|
public ComplexWithComplex()
public ComplexWithComplex(ComplexWithComplex original)
public ComplexWithComplex(String variable_, TypeAndAttribute reference_) throws DmcValueException
DmcValueExceptionpublic ComplexWithComplex(String initialInput) throws DmcValueException
DmcValueExceptionpublic void serializeIt(DmcOutputStreamIF dos) throws Exception
Exceptionpublic void deserializeIt(DmcInputStreamIF dis) throws Exception
Exceptionpublic String toString()
public void toJSON(StringBuffer sb, int padding, String indent)
public String getVariable()
public TypeAndAttribute getReference()
public void resolve(DmcNameResolverIF resolver, String attrName) throws DmcValueException
DmcValueExceptionpublic void resolve(DmcNameResolverWithClashSupportIF resolver, DmcObject object, DmcNameClashResolverIF ncr, DmcAttributeInfo ai) throws DmcValueException, DmcValueExceptionSet
public void removeBackRefsFromValue()
Copyright © 2023. All rights reserved.