public class NameContainer extends Object implements DmcMappedAttributeIF, Serializable
| Constructor and Description |
|---|
NameContainer() |
NameContainer(DmcTypeDmcObjectName<?> n) |
| Modifier and Type | Method and Description |
|---|---|
NameContainer |
cloneIt() |
void |
deserializeIt(DmcInputStreamIF dis) |
boolean |
equals(Object obj) |
Object |
getKey()
Returns the key associated with this attribute value.
|
String |
getKeyAsString()
Returns the key value represented as a string.
|
DmcObjectName |
getName() |
int |
hashCode() |
void |
serializeIt(DmcOutputStreamIF dos) |
String |
toString() |
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 NameContainer()
public NameContainer(DmcTypeDmcObjectName<?> n)
public DmcObjectName getName()
public void serializeIt(DmcOutputStreamIF dos) throws Exception
Exceptionpublic void deserializeIt(DmcInputStreamIF dis) throws Exception
Exceptionpublic NameContainer cloneIt()
public Object getKey()
DmcMappedAttributeIFgetKey in interface DmcMappedAttributeIFpublic String getKeyAsString()
DmcMappedAttributeIFgetKeyAsString in interface DmcMappedAttributeIFpublic boolean valuesAreEqual(DmcMappedAttributeIF obj)
DmcMappedAttributeIFvaluesAreEqual in interface DmcMappedAttributeIFobj - Another mapped attribute.Copyright © 2023. All rights reserved.