Package org.openrefine.model.recon
Class StandardReconConfig.ColumnDetail
- java.lang.Object
-
- org.openrefine.model.recon.StandardReconConfig.ColumnDetail
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- StandardReconConfig
public static class StandardReconConfig.ColumnDetail extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description String
columnName
String
propertyID
String
propertyName
-
Constructor Summary
Constructors Constructor Description ColumnDetail(String columnName, String propertyName, String propertyID, ReconType property)
Unfortunately the format of ColumnDetail is inconsistent in the UI and the backend so we need to support two deserialization formats.
-