public class XMLEntityResult extends MetadataEntityResult
| Modifier and Type | Field and Description |
|---|---|
protected XMLHelper |
m_helper |
protected Node |
m_node |
m_entityResult, m_fieldResults| Constructor and Description |
|---|
XMLEntityResult(Node node,
XMLHelper helper)
INTERNAL:
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDiscriminatorColumn()
INTERNAL:
|
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.
|
List<MetadataFieldResult> |
getFieldResults()
INTERNAL:
|
public String getDiscriminatorColumn()
getDiscriminatorColumn in class MetadataEntityResultpublic Class getEntityClass()
getEntityClass in class MetadataEntityResultpublic List<MetadataFieldResult> getFieldResults()
getFieldResults in class MetadataEntityResultCopyright © 2025. All rights reserved.