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