Interface EBXTable
Table structure (an
AdaptationTable
) in an EBX data source.- Since:
- 4.1.0
-
Method Summary
-
Method Details
-
get
Returns the field matching the specified path.- Throws:
IllegalArgumentException
- if either:- The path is
null
. - No field found for the specified path.
- The field is not accessible.
- The field is an association node.
- The field is a selection node.
- The field is complex.
- The path is
-