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 MetadataEntityResult
public Class getEntityClass()
getEntityClass
in class MetadataEntityResult
public List<MetadataFieldResult> getFieldResults()
getFieldResults
in class MetadataEntityResult
Copyright © 2023. All rights reserved.