public abstract class DmcTypeComplexWithComplex extends DmcTypeComplexTypeWithRefs<ComplexWithComplex> implements Serializable
attrInfo, ID| Constructor and Description |
|---|
DmcTypeComplexWithComplex()
Default constructor.
|
DmcTypeComplexWithComplex(DmcAttributeInfo ai)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ComplexWithComplex |
cloneValue(ComplexWithComplex val)
Returns a clone of a value associated with this type.
|
ComplexWithComplex |
deserializeValue(DmcInputStreamIF dis)
Reads a ComplexWithComplex.
|
void |
formatValueAsJSON(StringBuffer sb,
int padding,
String indent)
This method may be overloaded to properly format attributes that refer directly
to DmcObjects or that are object references.
|
void |
removeBackRefsFromValue(ComplexWithComplex value)
Removes references to other objects from a ComplexWithComplex.
|
void |
resolveValue(DmcNameResolverIF resolver,
ComplexWithComplex value,
String attrName)
Resolves a ComplexWithComplex.
|
void |
resolveValue(DmcNameResolverWithClashSupportIF resolver,
ComplexWithComplex value,
DmcObject object,
DmcNameClashResolverIF ncr,
DmcAttributeInfo ai)
Resolves a ComplexWithComplex.
|
void |
serializeValue(DmcOutputStreamIF dos,
ComplexWithComplex value)
Writes a ComplexWithComplex.
|
ComplexWithComplex |
typeCheck(Object value)
Derived classes must overload this method to determine if the value passed
in conforms with their type criteria.
|
removeBackReferences, resolve, resolveadd, 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 DmcTypeComplexWithComplex()
public DmcTypeComplexWithComplex(DmcAttributeInfo ai)
public void formatValueAsJSON(StringBuffer sb, int padding, String indent)
DmcAttributeformatValueAsJSON in class DmcAttribute<ComplexWithComplex>sb - the string buffer we write topadding - the paddingindent - the indentpublic ComplexWithComplex typeCheck(Object value) throws DmcValueException
DmcAttributetypeCheck in class DmcAttribute<ComplexWithComplex>value - the value to be checkedDmcValueException - if the value is incorrectpublic ComplexWithComplex cloneValue(ComplexWithComplex val)
cloneValue in class DmcAttribute<ComplexWithComplex>val - the original valuepublic void serializeValue(DmcOutputStreamIF dos, ComplexWithComplex value) throws Exception
serializeValue in class DmcAttribute<ComplexWithComplex>dos - The output stream.value - The value to be serialized.Exception - if problems occurpublic ComplexWithComplex deserializeValue(DmcInputStreamIF dis) throws Exception
deserializeValue in class DmcAttribute<ComplexWithComplex>dis - the input stream.Exception - if problems occurpublic void resolveValue(DmcNameResolverIF resolver, ComplexWithComplex value, String attrName) throws DmcValueException
resolveValue in class DmcTypeComplexTypeWithRefs<ComplexWithComplex>DmcValueExceptionpublic void resolveValue(DmcNameResolverWithClashSupportIF resolver, ComplexWithComplex value, DmcObject object, DmcNameClashResolverIF ncr, DmcAttributeInfo ai) throws DmcValueException, DmcValueExceptionSet
resolveValue in class DmcTypeComplexTypeWithRefs<ComplexWithComplex>DmcValueExceptionDmcValueExceptionSetpublic void removeBackRefsFromValue(ComplexWithComplex value)
removeBackRefsFromValue in class DmcTypeComplexTypeWithRefs<ComplexWithComplex>Copyright © 2023. All rights reserved.