public class ClassInfoRef extends Object implements DmcMappedAttributeIF, Comparable<ClassInfoRef>, Serializable
| Constructor and Description |
|---|
ClassInfoRef() |
ClassInfoRef(ClassInfoRef original) |
ClassInfoRef(DmcClassInfo dci) |
ClassInfoRef(Integer i) |
ClassInfoRef(String cn) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ClassInfoRef o) |
void |
deserializeIt(DmcInputStreamIF dis) |
boolean |
equals(Object obj) |
DmcClassInfo |
getInfo() |
Object |
getKey()
Returns the key associated with this attribute value.
|
String |
getKeyAsString()
Returns the key value represented as a string.
|
void |
serializeIt(DmcOutputStreamIF dos) |
boolean |
valuesAreEqual(DmcMappedAttributeIF obj)
This method is used by the Modifier mechanism to determine whether or not a
change has occurred as a result of applying the modifier.
|
public ClassInfoRef()
public ClassInfoRef(Integer i)
public ClassInfoRef(ClassInfoRef original)
public ClassInfoRef(DmcClassInfo dci)
public ClassInfoRef(String cn)
public DmcClassInfo getInfo()
public Object getKey()
DmcMappedAttributeIFgetKey in interface DmcMappedAttributeIFpublic String getKeyAsString()
DmcMappedAttributeIFgetKeyAsString in interface DmcMappedAttributeIFpublic boolean valuesAreEqual(DmcMappedAttributeIF obj)
DmcMappedAttributeIFvaluesAreEqual in interface DmcMappedAttributeIFobj - Another mapped attribute.public void serializeIt(DmcOutputStreamIF dos) throws Exception
Exceptionpublic void deserializeIt(DmcInputStreamIF dis) throws Exception
Exceptionpublic int compareTo(ClassInfoRef o)
compareTo in interface Comparable<ClassInfoRef>Copyright © 2023. All rights reserved.