public class XMLEntityResult extends MetadataEntityResult
| Modifier and Type | Field and Description |
|---|---|
protected XMLHelper |
m_helper |
protected org.w3c.dom.Node |
m_node |
m_entityResult, m_fieldResults| Constructor and Description |
|---|
XMLEntityResult(org.w3c.dom.Node node,
XMLHelper helper)
INTERNAL:
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDiscriminatorColumn()
INTERNAL:
|
java.lang.Class |
getEntityClass()
INTERNAL:
Note this attribute is required but we send in the default void.class
object to ensure we go through the correct class loading.
|
java.util.List<MetadataFieldResult> |
getFieldResults()
INTERNAL:
|
protected org.w3c.dom.Node m_node
protected XMLHelper m_helper
public XMLEntityResult(org.w3c.dom.Node node,
XMLHelper helper)
public java.lang.String getDiscriminatorColumn()
getDiscriminatorColumn in class MetadataEntityResultpublic java.lang.Class getEntityClass()
getEntityClass in class MetadataEntityResultpublic java.util.List<MetadataFieldResult> getFieldResults()
getFieldResults in class MetadataEntityResult