Package org.anchoranalysis.bean.shared
Class StringMapItem
public class StringMapItem extends AnchorBean<StringMapItem>
A bean with a pair of strings, representing a mapping from one string to the other.
The originating string is termed source and the destination of the mapping is termed target.
- Author:
- Owen Feehan
-
Constructor Summary
Constructors Constructor Description StringMapItem() -
Method Summary
Methods inherited from class org.anchoranalysis.bean.AnchorBean
checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString
-
Constructor Details
-
StringMapItem
public StringMapItem()
-
-
Method Details