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