public class Reference extends Object implements Serializable
| Constructor and Description |
|---|
Reference()
Default constructor.
|
Reference(ABConceptXREF toConcept_,
String descr_)
All fields constructor.
|
Reference(Reference original)
Copy constructor.
|
Reference(String initialInput)
String based constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
deserializeIt(DmcInputStreamIF dis)
Deserialization.
|
boolean |
equals(Object obj) |
String |
getDescr() |
ABConceptXREF |
getToConcept() |
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 Reference()
public Reference(Reference original)
public Reference(ABConceptXREF toConcept_, String descr_) throws DmcValueException
DmcValueExceptionpublic Reference(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 ABConceptXREF getToConcept()
public String getDescr()
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.