public class MultiplexMappingEntry
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
attributeValue
The attribute value.
|
private java.lang.String |
targetClass
The target class.
|
Constructor and Description |
---|
MultiplexMappingEntry(java.lang.String attributeValue,
java.lang.String targetClass)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAttributeValue()
Returns the attribute value.
|
java.lang.String |
getTargetClass()
Returns the target class.
|
private java.lang.String attributeValue
private java.lang.String targetClass