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