public class RefineConfigXMLInfo
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
CLASS_VERSION
Class version string 
 | 
java.util.Set | 
mMappingSet
Set of property mappings (e.g. 
 | 
java.lang.String | 
mOutputName
String name of the refine config to use 
 | 
org.w3c.dom.Document | 
mSourceDocument
XML document for the  
 | 
int | 
mSpecificity
Specificity of this refine config, i.e. 
 | 
| Constructor and Description | 
|---|
RefineConfigXMLInfo()  | 
public static java.lang.String CLASS_VERSION
public java.lang.String mOutputName
public java.util.Set mMappingSet
public int mSpecificity
public org.w3c.dom.Document mSourceDocument